Html Css Color HEX #D606FF Psychedelic Purple

📋 copy color: '#D606FF'

red 214 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #D606FF

Tints of Psychedelic Purple #D606FF

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 45.05%
G = 1.26%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D606FF (or 0xD606FF) is known color: Psychedelic Purple. HEX triplet: D6, 06 and FF. RGB value is (214,6,255). Sum of RGB (Red+Green+Blue) = 214+6+255=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 6 (2.73% from 255 or 1.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #D606FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D606FF is #29F900. Grayscale: #5F5F5F. Windows color (decimal): -2750721 or 16713430. OLE color: 16713430.

HSL color Cylindrical-coordinate representation of color #D606FF: hue angle of 290.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D606FF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 6 255 -
CMYK 0.16 0.98 0 0
HSL 290.12º 1% 0.51% -
HSV(B) 290.12º 0.98% 1% -
XYZ 45.85 21.65 96.37 -
YUV 96.58 217.41 211.75 -
System Red Green Blue C M Y K H S L
Decimal 214 6 255 0.16 0.98 0 0 290.12 1 0.51
Hex D6 6 FF 10 62 0 0 122 64 33
Octal 326 6 377 20 142 0 0 442 144 63
Binary 11010110 110 11111111 10000 1100010 0 0 100100010 1100100 110011

Color Harmonies of #D606FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606FF

Black with #D606FF

Text Example


Text Example

White with #D606FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606FF; }

 p { color: rgb(214,6,255); }

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

background-color css

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

 a { background-color: rgb(214,6,255); }

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

border-color css

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

 span { border-color: rgb(214,6,255); }

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