Html Css Color HEX #D20CEE Psychedelic Purple

📋 copy color: '#D20CEE'

red 210 ◦ green 12 ◦ blue 238

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

Shades of Psychedelic Purple #D20CEE

Tints of Psychedelic Purple #D20CEE

RGB

 RED value IS 210 (82.42% from 255) = 45.65%

 GREEN value IS 12 (5.08% from 255) = 2.61%

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

R = 45.65%
G = 2.61%
B = 51.74%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D20CEE (or 0xD20CEE) is known color: Psychedelic Purple. HEX triplet: D2, 0C and EE. RGB value is (210,12,238). Sum of RGB (Red+Green+Blue) = 210+12+238=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #D20CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20CEE is #2DF311. Grayscale: #606060. Windows color (decimal): -3011346 or 15600850. OLE color: 15600850.

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

Color convert

RGB 210 12 238 -
CMYK 0.12 0.95 0 0.07
HSL 292.57º 0.9% 0.49% -
HSV(B) 292.57º 0.95% 0.93% -
XYZ 42.14 20.14 82.55 -
YUV 96.97 207.6 208.62 -
System Red Green Blue C M Y K H S L
Decimal 210 12 238 0.12 0.95 0 0.07 292.57 0.9 0.49
Hex D2 C EE C 5F 0 7 125 5A 31
Octal 322 14 356 14 137 0 7 445 132 61
Binary 11010010 1100 11101110 1100 1011111 0 111 100100101 1011010 110001

Color Harmonies of #D20CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CEE

Black with #D20CEE

Text Example


Text Example

White with #D20CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CEE; }

 p { color: rgb(210,12,238); }

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

background-color css

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

 a { background-color: rgb(210,12,238); }

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

border-color css

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

 span { border-color: rgb(210,12,238); }

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