Html Css Color HEX #DB30AC Persian Rose

📋 copy color: '#DB30AC'

red 219 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #DB30AC

Tints of Persian Rose #DB30AC

RGB

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

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

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

R = 49.89%
G = 10.93%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB30AC (or 0xDB30AC) is known color: Persian Rose. HEX triplet: DB, 30 and AC. RGB value is (219,48,172). Sum of RGB (Red+Green+Blue) = 219+48+172=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30AC is #24CF53. Grayscale: #707070. Windows color (decimal): -2412372 or 11284699. OLE color: 11284699.

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

Color convert

RGB 219 48 172 -
CMYK 0 0.78 0.21 0.14
HSL 316.49º 0.7% 0.52% -
HSV(B) 316.49º 0.78% 0.86% -
XYZ 37.72 20.15 40.93 -
YUV 113.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 219 48 172 0 0.78 0.21 0.14 316.49 0.7 0.52
Hex DB 30 AC 0 4E 15 E 13C 46 34
Octal 333 60 254 0 116 25 16 474 106 64
Binary 11011011 110000 10101100 0 1001110 10101 1110 100111100 1000110 110100

Color Harmonies of #DB30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30AC

Black with #DB30AC

Text Example


Text Example

White with #DB30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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