Html Css Color HEX #D02AF9 Psychedelic Purple

📋 copy color: '#D02AF9'

red 208 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #D02AF9

Tints of Psychedelic Purple #D02AF9

RGB

 RED value IS 208 (81.64% from 255) = 41.68%

 GREEN value IS 42 (16.8% from 255) = 8.42%

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 41.68%
G = 8.42%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D02AF9 (or 0xD02AF9) is known color: Psychedelic Purple. HEX triplet: D0, 2A and F9. RGB value is (208,42,249). Sum of RGB (Red+Green+Blue) = 208+42+249=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #D02AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02AF9 is #2FD506. Grayscale: #727272. Windows color (decimal): -3134727 or 16329424. OLE color: 16329424.

HSL color Cylindrical-coordinate representation of color #D02AF9: hue angle of 288.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02AF9 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 42 249 -
CMYK 0.16 0.83 0 0.02
HSL 288.12º 0.95% 0.57% -
HSV(B) 288.12º 0.83% 0.98% -
XYZ 43.94 21.91 91.53 -
YUV 115.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 208 42 249 0.16 0.83 0 0.02 288.12 0.95 0.57
Hex D0 2A F9 10 53 0 2 120 5F 39
Octal 320 52 371 20 123 0 2 440 137 71
Binary 11010000 101010 11111001 10000 1010011 0 10 100100000 1011111 111001

Color Harmonies of #D02AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02AF9

Black with #D02AF9

Text Example


Text Example

White with #D02AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02AF9; }

 p { color: rgb(208,42,249); }

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

background-color css

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

 a { background-color: rgb(208,42,249); }

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

border-color css

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

 span { border-color: rgb(208,42,249); }

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