Html Css Color HEX #DB30F2 Psychedelic Purple

📋 copy color: '#DB30F2'

red 219 ◦ green 48 ◦ blue 242

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

Shades of Psychedelic Purple #DB30F2

Tints of Psychedelic Purple #DB30F2

RGB

 RED value IS 219 (85.94% from 255) = 43.03%

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 43.03%
G = 9.43%
B = 47.54%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB30F2 (or 0xDB30F2) is known color: Psychedelic Purple. HEX triplet: DB, 30 and F2. RGB value is (219,48,242). Sum of RGB (Red+Green+Blue) = 219+48+242=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB30F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30F2 is #24CF0D. Grayscale: #787878. Windows color (decimal): -2412302 or 15872219. OLE color: 15872219.

HSL color Cylindrical-coordinate representation of color #DB30F2: hue angle of 292.89º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB30F2 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 48 242 -
CMYK 0.10 0.80 0 0.05
HSL 292.89º 0.88% 0.57% -
HSV(B) 292.89º 0.8% 0.95% -
XYZ 46.3 23.58 86.12 -
YUV 121.25 196.15 197.73 -
System Red Green Blue C M Y K H S L
Decimal 219 48 242 0.10 0.80 0 0.05 292.89 0.88 0.57
Hex DB 30 F2 A 50 0 5 125 58 39
Octal 333 60 362 12 120 0 5 445 130 71
Binary 11011011 110000 11110010 1010 1010000 0 101 100100101 1011000 111001

Color Harmonies of #DB30F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30F2

Black with #DB30F2

Text Example


Text Example

White with #DB30F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30F2; }

 p { color: rgb(219,48,242); }

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

background-color css

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

 a { background-color: rgb(219,48,242); }

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

border-color css

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

 span { border-color: rgb(219,48,242); }

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