Html Css Color HEX #DC06F1 Psychedelic Purple

📋 copy color: '#DC06F1'

red 220 ◦ green 6 ◦ blue 241

#DC06F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC06F1

Tints of Psychedelic Purple #DC06F1

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

 GREEN value IS 6 (2.73% from 255) = 1.28%

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 47.11%
G = 1.28%
B = 51.61%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC06F1 (or 0xDC06F1) is known color: Psychedelic Purple. HEX triplet: DC, 06 and F1. RGB value is (220,6,241). Sum of RGB (Red+Green+Blue) = 220+6+241=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC06F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06F1 is #23F90E. Grayscale: #606060. Windows color (decimal): -2357519 or 15795932. OLE color: 15795932.

HSL color Cylindrical-coordinate representation of color #DC06F1: hue angle of 294.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC06F1 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 6 241 -
CMYK 0.09 0.98 0 0.05
HSL 294.64º 0.95% 0.48% -
HSV(B) 294.64º 0.98% 0.95% -
XYZ 45.46 21.7 85.01 -
YUV 96.78 209.4 215.89 -
System Red Green Blue C M Y K H S L
Decimal 220 6 241 0.09 0.98 0 0.05 294.64 0.95 0.48
Hex DC 6 F1 9 62 0 5 127 5F 30
Octal 334 6 361 11 142 0 5 447 137 60
Binary 11011100 110 11110001 1001 1100010 0 101 100100111 1011111 110000

Color Harmonies of #DC06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06F1

Black with #DC06F1

Text Example


Text Example

White with #DC06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06F1; }

 p { color: rgb(220,6,241); }

 H1.HeaderClassName
 {
   color: #DC06F1;
 }
 .AnyTagClassName
 {
   color: #DC06F1;
 }
</style>

background-color css

<style>
 a { background-color: #DC06F1; }

 a { background-color: rgb(220,6,241); }

 div.DivClassName
 {
   background-color: #DC06F1;
 }
 .BgClassName
 {
   background-color: #DC06F1;
 }
</style>

border-color css

<style>
 span { border-color: #DC06F1; }

 span { border-color: rgb(220,6,241); }

 td.TdClassName
 {
   border-color: #DC06F1;
 }
 .TagClassName
 {
   border-color: #DC06F1;
 }
</style>