Html Css Color HEX #D20EF4 Psychedelic Purple

📋 copy color: '#D20EF4'

red 210 ◦ green 14 ◦ blue 244

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

Shades of Psychedelic Purple #D20EF4

Tints of Psychedelic Purple #D20EF4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.99%

 BLUE value IS 244 (95.7% from 255) = 52.14%

R = 44.87%
G = 2.99%
B = 52.14%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D20EF4 (or 0xD20EF4) is known color: Psychedelic Purple. HEX triplet: D2, 0E and F4. RGB value is (210,14,244). Sum of RGB (Red+Green+Blue) = 210+14+244=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #D20EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EF4 is #2DF10B. Grayscale: #626262. Windows color (decimal): -3010828 or 15994578. OLE color: 15994578.

HSL color Cylindrical-coordinate representation of color #D20EF4: hue angle of 291.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EF4 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 14 244 -
CMYK 0.14 0.94 0 0.04
HSL 291.13º 0.91% 0.51% -
HSV(B) 291.13º 0.94% 0.96% -
XYZ 43.06 20.55 87.28 -
YUV 98.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 210 14 244 0.14 0.94 0 0.04 291.13 0.91 0.51
Hex D2 E F4 E 5E 0 4 123 5B 33
Octal 322 16 364 16 136 0 4 443 133 63
Binary 11010010 1110 11110100 1110 1011110 0 100 100100011 1011011 110011

Color Harmonies of #D20EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EF4

Black with #D20EF4

Text Example


Text Example

White with #D20EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EF4; }

 p { color: rgb(210,14,244); }

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

background-color css

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

 a { background-color: rgb(210,14,244); }

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

border-color css

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

 span { border-color: rgb(210,14,244); }

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