Html Css Color HEX #D20EF0 Psychedelic Purple

📋 copy color: '#D20EF0'

red 210 ◦ green 14 ◦ blue 240

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

Shades of Psychedelic Purple #D20EF0

Tints of Psychedelic Purple #D20EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 45.26%
G = 3.02%
B = 51.72%

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

#D20EF0 (or 0xD20EF0) is known color: Psychedelic Purple. HEX triplet: D2, 0E and F0. RGB value is (210,14,240). Sum of RGB (Red+Green+Blue) = 210+14+240=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #D20EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EF0 is #2DF10F. Grayscale: #616161. Windows color (decimal): -3010832 or 15732434. OLE color: 15732434.

HSL color Cylindrical-coordinate representation of color #D20EF0: hue angle of 292.04º degrees, saturation: 0.89, 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 #D20EF0 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 14 240 -
CMYK 0.12 0.94 0 0.06
HSL 292.04º 0.89% 0.5% -
HSV(B) 292.04º 0.94% 0.94% -
XYZ 42.46 20.31 84.12 -
YUV 98.37 207.93 207.62 -
System Red Green Blue C M Y K H S L
Decimal 210 14 240 0.12 0.94 0 0.06 292.04 0.89 0.5
Hex D2 E F0 C 5E 0 6 124 59 32
Octal 322 16 360 14 136 0 6 444 131 62
Binary 11010010 1110 11110000 1100 1011110 0 110 100100100 1011001 110010

Color Harmonies of #D20EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EF0

Black with #D20EF0

Text Example


Text Example

White with #D20EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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