Html Css Color HEX #DB33AC Persian Rose

📋 copy color: '#DB33AC'

red 219 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #DB33AC

Tints of Persian Rose #DB33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.54%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 49.55%
G = 11.54%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB33AC (or 0xDB33AC) is known color: Persian Rose. HEX triplet: DB, 33 and AC. RGB value is (219,51,172). Sum of RGB (Red+Green+Blue) = 219+51+172=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33AC is #24CC53. Grayscale: #727272. Windows color (decimal): -2411604 or 11285467. OLE color: 11285467.

HSL color Cylindrical-coordinate representation of color #DB33AC: hue angle of 316.79º 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 #DB33AC is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 172 -
CMYK 0 0.77 0.21 0.14
HSL 316.79º 0.7% 0.53% -
HSV(B) 316.79º 0.77% 0.86% -
XYZ 37.84 20.41 40.97 -
YUV 115.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 219 51 172 0 0.77 0.21 0.14 316.79 0.7 0.53
Hex DB 33 AC 0 4D 15 E 13D 46 35
Octal 333 63 254 0 115 25 16 475 106 65
Binary 11011011 110011 10101100 0 1001101 10101 1110 100111101 1000110 110101

Color Harmonies of #DB33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33AC

Black with #DB33AC

Text Example


Text Example

White with #DB33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33AC; }

 p { color: rgb(219,51,172); }

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

background-color css

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

 a { background-color: rgb(219,51,172); }

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

border-color css

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

 span { border-color: rgb(219,51,172); }

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