Html Css Color HEX #D20FEF Psychedelic Purple

📋 copy color: '#D20FEF'

red 210 ◦ green 15 ◦ blue 239

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

Shades of Psychedelic Purple #D20FEF

Tints of Psychedelic Purple #D20FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 45.26%
G = 3.23%
B = 51.51%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D20FEF (or 0xD20FEF) is known color: Psychedelic Purple. HEX triplet: D2, 0F and EF. RGB value is (210,15,239). Sum of RGB (Red+Green+Blue) = 210+15+239=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #D20FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FEF is #2DF010. Grayscale: #626262. Windows color (decimal): -3010577 or 15667154. OLE color: 15667154.

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

Color convert

RGB 210 15 239 -
CMYK 0.12 0.94 0 0.06
HSL 292.23º 0.88% 0.5% -
HSV(B) 292.23º 0.94% 0.94% -
XYZ 42.33 20.28 83.34 -
YUV 98.84 207.1 207.29 -
System Red Green Blue C M Y K H S L
Decimal 210 15 239 0.12 0.94 0 0.06 292.23 0.88 0.5
Hex D2 F EF C 5E 0 6 124 58 32
Octal 322 17 357 14 136 0 6 444 130 62
Binary 11010010 1111 11101111 1100 1011110 0 110 100100100 1011000 110010

Color Harmonies of #D20FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FEF

Black with #D20FEF

Text Example


Text Example

White with #D20FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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