Html Css Color HEX #D606EE Psychedelic Purple

📋 copy color: '#D606EE'

red 214 ◦ green 6 ◦ blue 238

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

Shades of Psychedelic Purple #D606EE

Tints of Psychedelic Purple #D606EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 46.72%
G = 1.31%
B = 51.97%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D606EE (or 0xD606EE) is known color: Psychedelic Purple. HEX triplet: D6, 06 and EE. RGB value is (214,6,238). Sum of RGB (Red+Green+Blue) = 214+6+238=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D606EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D606EE is #29F911. Grayscale: #5D5D5D. Windows color (decimal): -2750738 or 15599318. OLE color: 15599318.

HSL color Cylindrical-coordinate representation of color #D606EE: hue angle of 293.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606EE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 6 238 -
CMYK 0.10 0.97 0 0.07
HSL 293.79º 0.95% 0.48% -
HSV(B) 293.79º 0.97% 0.93% -
XYZ 43.23 20.6 82.59 -
YUV 94.64 208.91 213.14 -
System Red Green Blue C M Y K H S L
Decimal 214 6 238 0.10 0.97 0 0.07 293.79 0.95 0.48
Hex D6 6 EE A 61 0 7 126 5F 30
Octal 326 6 356 12 141 0 7 446 137 60
Binary 11010110 110 11101110 1010 1100001 0 111 100100110 1011111 110000

Color Harmonies of #D606EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606EE

Black with #D606EE

Text Example


Text Example

White with #D606EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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