Html Css Color HEX #DB32B1 Persian Rose

📋 copy color: '#DB32B1'

red 219 ◦ green 50 ◦ blue 177

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

Shades of Persian Rose #DB32B1

Tints of Persian Rose #DB32B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 49.1%
G = 11.21%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB32B1 (or 0xDB32B1) is known color: Persian Rose. HEX triplet: DB, 32 and B1. RGB value is (219,50,177). Sum of RGB (Red+Green+Blue) = 219+50+177=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32B1 is #24CD4E. Grayscale: #727272. Windows color (decimal): -2411855 or 11612891. OLE color: 11612891.

HSL color Cylindrical-coordinate representation of color #DB32B1: hue angle of 314.91º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32B1 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 177 -
CMYK 0 0.77 0.19 0.14
HSL 314.91º 0.7% 0.53% -
HSV(B) 314.91º 0.77% 0.86% -
XYZ 38.29 20.52 43.54 -
YUV 115.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 219 50 177 0 0.77 0.19 0.14 314.91 0.7 0.53
Hex DB 32 B1 0 4D 13 E 13B 46 35
Octal 333 62 261 0 115 23 16 473 106 65
Binary 11011011 110010 10110001 0 1001101 10011 1110 100111011 1000110 110101

Color Harmonies of #DB32B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32B1

Black with #DB32B1

Text Example


Text Example

White with #DB32B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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