Html Css Color HEX #D030F9 Psychedelic Purple

📋 copy color: '#D030F9'

red 208 ◦ green 48 ◦ blue 249

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

Shades of Psychedelic Purple #D030F9

Tints of Psychedelic Purple #D030F9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.5%

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

R = 41.19%
G = 9.5%
B = 49.31%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D030F9 (or 0xD030F9) is known color: Psychedelic Purple. HEX triplet: D0, 30 and F9. RGB value is (208,48,249). Sum of RGB (Red+Green+Blue) = 208+48+249=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #D030F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030F9 is #2FCF06. Grayscale: #767676. Windows color (decimal): -3133191 or 16330960. OLE color: 16330960.

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

Color convert

RGB 208 48 249 -
CMYK 0.16 0.81 0 0.02
HSL 287.76º 0.94% 0.58% -
HSV(B) 287.76º 0.81% 0.98% -
XYZ 44.17 22.36 91.61 -
YUV 118.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 208 48 249 0.16 0.81 0 0.02 287.76 0.94 0.58
Hex D0 30 F9 10 51 0 2 120 5E 3A
Octal 320 60 371 20 121 0 2 440 136 72
Binary 11010000 110000 11111001 10000 1010001 0 10 100100000 1011110 111010

Color Harmonies of #D030F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030F9

Black with #D030F9

Text Example


Text Example

White with #D030F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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