Html Css Color HEX #D022F9 Psychedelic Purple

📋 copy color: '#D022F9'

red 208 ◦ green 34 ◦ blue 249

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

Shades of Psychedelic Purple #D022F9

Tints of Psychedelic Purple #D022F9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.92%

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

R = 42.36%
G = 6.92%
B = 50.71%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D022F9 (or 0xD022F9) is known color: Psychedelic Purple. HEX triplet: D0, 22 and F9. RGB value is (208,34,249). Sum of RGB (Red+Green+Blue) = 208+34+249=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #D022F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022F9 is #2FDD06. Grayscale: #6D6D6D. Windows color (decimal): -3136775 or 16327376. OLE color: 16327376.

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

Color convert

RGB 208 34 249 -
CMYK 0.16 0.86 0 0.02
HSL 288.56º 0.95% 0.55% -
HSV(B) 288.56º 0.86% 0.98% -
XYZ 43.68 21.39 91.45 -
YUV 110.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 208 34 249 0.16 0.86 0 0.02 288.56 0.95 0.55
Hex D0 22 F9 10 56 0 2 121 5F 37
Octal 320 42 371 20 126 0 2 441 137 67
Binary 11010000 100010 11111001 10000 1010110 0 10 100100001 1011111 110111

Color Harmonies of #D022F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D022F9

Black with #D022F9

Text Example


Text Example

White with #D022F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D022F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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