Html Css Color HEX #D20AE6 Psychedelic Purple

📋 copy color: '#D20AE6'

red 210 ◦ green 10 ◦ blue 230

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

Shades of Psychedelic Purple #D20AE6

Tints of Psychedelic Purple #D20AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.11%

R = 46.67%
G = 2.22%
B = 51.11%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D20AE6 (or 0xD20AE6) is known color: Psychedelic Purple. HEX triplet: D2, 0A and E6. RGB value is (210,10,230). Sum of RGB (Red+Green+Blue) = 210+10+230=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #D20AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AE6 is #2DF519. Grayscale: #5E5E5E. Windows color (decimal): -3011866 or 15076050. OLE color: 15076050.

HSL color Cylindrical-coordinate representation of color #D20AE6: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20AE6 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 10 230 -
CMYK 0.09 0.96 0 0.10
HSL 294.55º 0.92% 0.47% -
HSV(B) 294.55º 0.96% 0.9% -
XYZ 40.97 19.63 76.49 -
YUV 94.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 210 10 230 0.09 0.96 0 0.10 294.55 0.92 0.47
Hex D2 A E6 9 60 0 A 127 5C 2F
Octal 322 12 346 11 140 0 12 447 134 57
Binary 11010010 1010 11100110 1001 1100000 0 1010 100100111 1011100 101111

Color Harmonies of #D20AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AE6

Black with #D20AE6

Text Example


Text Example

White with #D20AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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