Html Css Color HEX #D02DF9 Psychedelic Purple

📋 copy color: '#D02DF9'

red 208 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #D02DF9

Tints of Psychedelic Purple #D02DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.96%

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

R = 41.43%
G = 8.96%
B = 49.6%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D02DF9 (or 0xD02DF9) is known color: Psychedelic Purple. HEX triplet: D0, 2D and F9. RGB value is (208,45,249). Sum of RGB (Red+Green+Blue) = 208+45+249=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #D02DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02DF9 is #2FD206. Grayscale: #747474. Windows color (decimal): -3133959 or 16330192. OLE color: 16330192.

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

Color convert

RGB 208 45 249 -
CMYK 0.16 0.82 0 0.02
HSL 287.94º 0.94% 0.58% -
HSV(B) 287.94º 0.82% 0.98% -
XYZ 44.05 22.13 91.57 -
YUV 116.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 208 45 249 0.16 0.82 0 0.02 287.94 0.94 0.58
Hex D0 2D F9 10 52 0 2 120 5E 3A
Octal 320 55 371 20 122 0 2 440 136 72
Binary 11010000 101101 11111001 10000 1010010 0 10 100100000 1011110 111010

Color Harmonies of #D02DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DF9

Black with #D02DF9

Text Example


Text Example

White with #D02DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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