Html Css Color HEX #D606EC Psychedelic Purple

📋 copy color: '#D606EC'

red 214 ◦ green 6 ◦ blue 236

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

Shades of Psychedelic Purple #D606EC

Tints of Psychedelic Purple #D606EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.75%

R = 46.93%
G = 1.32%
B = 51.75%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D606EC (or 0xD606EC) is known color: Psychedelic Purple. HEX triplet: D6, 06 and EC. RGB value is (214,6,236). Sum of RGB (Red+Green+Blue) = 214+6+236=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #D606EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D606EC is #29F913. Grayscale: #5D5D5D. Windows color (decimal): -2750740 or 15468246. OLE color: 15468246.

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

Color convert

RGB 214 6 236 -
CMYK 0.09 0.97 0 0.07
HSL 294.26º 0.95% 0.47% -
HSV(B) 294.26º 0.97% 0.93% -
XYZ 42.94 20.48 81.05 -
YUV 94.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 214 6 236 0.09 0.97 0 0.07 294.26 0.95 0.47
Hex D6 6 EC 9 61 0 7 126 5F 2F
Octal 326 6 354 11 141 0 7 446 137 57
Binary 11010110 110 11101100 1001 1100001 0 111 100100110 1011111 101111

Color Harmonies of #D606EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606EC

Black with #D606EC

Text Example


Text Example

White with #D606EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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