Html Css Color HEX #DB32F2 Psychedelic Purple

📋 copy color: '#DB32F2'

red 219 ◦ green 50 ◦ blue 242

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

Shades of Psychedelic Purple #DB32F2

Tints of Psychedelic Purple #DB32F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.78%

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

R = 42.86%
G = 9.78%
B = 47.36%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB32F2 (or 0xDB32F2) is known color: Psychedelic Purple. HEX triplet: DB, 32 and F2. RGB value is (219,50,242). Sum of RGB (Red+Green+Blue) = 219+50+242=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB32F2 is #24CD0D. Grayscale: #797979. Windows color (decimal): -2411790 or 15872731. OLE color: 15872731.

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

Color convert

RGB 219 50 242 -
CMYK 0.10 0.79 0 0.05
HSL 292.81º 0.88% 0.57% -
HSV(B) 292.81º 0.79% 0.95% -
XYZ 46.38 23.75 86.14 -
YUV 122.42 195.49 196.89 -
System Red Green Blue C M Y K H S L
Decimal 219 50 242 0.10 0.79 0 0.05 292.81 0.88 0.57
Hex DB 32 F2 A 4F 0 5 125 58 39
Octal 333 62 362 12 117 0 5 445 130 71
Binary 11011011 110010 11110010 1010 1001111 0 101 100100101 1011000 111001

Color Harmonies of #DB32F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32F2

Black with #DB32F2

Text Example


Text Example

White with #DB32F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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