Html Css Color HEX #DB35AC Persian Rose

📋 copy color: '#DB35AC'

red 219 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #DB35AC

Tints of Persian Rose #DB35AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.94%

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

R = 49.32%
G = 11.94%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB35AC (or 0xDB35AC) is known color: Persian Rose. HEX triplet: DB, 35 and AC. RGB value is (219,53,172). Sum of RGB (Red+Green+Blue) = 219+53+172=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35AC is #24CA53. Grayscale: #737373. Windows color (decimal): -2411092 or 11285979. OLE color: 11285979.

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

Color convert

RGB 219 53 172 -
CMYK 0 0.76 0.21 0.14
HSL 316.99º 0.7% 0.53% -
HSV(B) 316.99º 0.76% 0.86% -
XYZ 37.93 20.58 41 -
YUV 116.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 219 53 172 0 0.76 0.21 0.14 316.99 0.7 0.53
Hex DB 35 AC 0 4C 15 E 13D 46 35
Octal 333 65 254 0 114 25 16 475 106 65
Binary 11011011 110101 10101100 0 1001100 10101 1110 100111101 1000110 110101

Color Harmonies of #DB35AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35AC

Black with #DB35AC

Text Example


Text Example

White with #DB35AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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