Html Css Color HEX #D20FEE Psychedelic Purple

📋 copy color: '#D20FEE'

red 210 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #D20FEE

Tints of Psychedelic Purple #D20FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

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

R = 45.36%
G = 3.24%
B = 51.4%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D20FEE (or 0xD20FEE) is known color: Psychedelic Purple. HEX triplet: D2, 0F and EE. RGB value is (210,15,238). Sum of RGB (Red+Green+Blue) = 210+15+238=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #D20FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FEE is #2DF011. Grayscale: #626262. Windows color (decimal): -3010578 or 15601618. OLE color: 15601618.

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

Color convert

RGB 210 15 238 -
CMYK 0.12 0.94 0 0.07
HSL 292.47º 0.88% 0.5% -
HSV(B) 292.47º 0.94% 0.93% -
XYZ 42.18 20.22 82.57 -
YUV 98.73 206.6 207.37 -
System Red Green Blue C M Y K H S L
Decimal 210 15 238 0.12 0.94 0 0.07 292.47 0.88 0.5
Hex D2 F EE C 5E 0 7 124 58 32
Octal 322 17 356 14 136 0 7 444 130 62
Binary 11010010 1111 11101110 1100 1011110 0 111 100100100 1011000 110010

Color Harmonies of #D20FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FEE

Black with #D20FEE

Text Example


Text Example

White with #D20FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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