Html Css Color HEX #D002EC Psychedelic Purple

📋 copy color: '#D002EC'

red 208 ◦ green 2 ◦ blue 236

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

Shades of Psychedelic Purple #D002EC

Tints of Psychedelic Purple #D002EC

RGB

 RED value IS 208 (81.64% from 255) = 46.64%

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 46.64%
G = 0.45%
B = 52.91%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D002EC (or 0xD002EC) is known color: Psychedelic Purple. HEX triplet: D0, 02 and EC. RGB value is (208,2,236). Sum of RGB (Red+Green+Blue) = 208+2+236=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #D002EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D002EC is #2FFD13. Grayscale: #595959. Windows color (decimal): -3144980 or 15467216. OLE color: 15467216.

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

Color convert

RGB 208 2 236 -
CMYK 0.12 0.99 0 0.07
HSL 292.82º 0.98% 0.47% -
HSV(B) 292.82º 0.99% 0.93% -
XYZ 41.17 19.51 80.95 -
YUV 90.27 210.25 211.97 -
System Red Green Blue C M Y K H S L
Decimal 208 2 236 0.12 0.99 0 0.07 292.82 0.98 0.47
Hex D0 2 EC C 63 0 7 125 62 2F
Octal 320 2 354 14 143 0 7 445 142 57
Binary 11010000 10 11101100 1100 1100011 0 111 100100101 1100010 101111

Color Harmonies of #D002EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002EC

Black with #D002EC

Text Example


Text Example

White with #D002EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002EC; }

 p { color: rgb(208,2,236); }

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

background-color css

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

 a { background-color: rgb(208,2,236); }

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

border-color css

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

 span { border-color: rgb(208,2,236); }

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