Html Css Color HEX #D20AEF Psychedelic Purple

📋 copy color: '#D20AEF'

red 210 ◦ green 10 ◦ blue 239

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

Shades of Psychedelic Purple #D20AEF

Tints of Psychedelic Purple #D20AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

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

R = 45.75%
G = 2.18%
B = 52.07%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D20AEF (or 0xD20AEF) is known color: Psychedelic Purple. HEX triplet: D2, 0A and EF. RGB value is (210,10,239). Sum of RGB (Red+Green+Blue) = 210+10+239=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #D20AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AEF is #2DF510. Grayscale: #5F5F5F. Windows color (decimal): -3011857 or 15665874. OLE color: 15665874.

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

Color convert

RGB 210 10 239 -
CMYK 0.12 0.96 0 0.06
HSL 292.4º 0.92% 0.49% -
HSV(B) 292.4º 0.96% 0.94% -
XYZ 42.27 20.15 83.32 -
YUV 95.91 208.76 209.38 -
System Red Green Blue C M Y K H S L
Decimal 210 10 239 0.12 0.96 0 0.06 292.4 0.92 0.49
Hex D2 A EF C 60 0 6 124 5C 31
Octal 322 12 357 14 140 0 6 444 134 61
Binary 11010010 1010 11101111 1100 1100000 0 110 100100100 1011100 110001

Color Harmonies of #D20AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AEF

Black with #D20AEF

Text Example


Text Example

White with #D20AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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