Html Css Color HEX #DB35B2 Persian Rose

📋 copy color: '#DB35B2'

red 219 ◦ green 53 ◦ blue 178

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

Shades of Persian Rose #DB35B2

Tints of Persian Rose #DB35B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 48.67%
G = 11.78%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB35B2 (or 0xDB35B2) is known color: Persian Rose. HEX triplet: DB, 35 and B2. RGB value is (219,53,178). Sum of RGB (Red+Green+Blue) = 219+53+178=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35B2 is #24CA4D. Grayscale: #747474. Windows color (decimal): -2411086 or 11679195. OLE color: 11679195.

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

Color convert

RGB 219 53 178 -
CMYK 0 0.76 0.19 0.14
HSL 314.82º 0.7% 0.53% -
HSV(B) 314.82º 0.76% 0.86% -
XYZ 38.52 20.82 44.11 -
YUV 116.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 219 53 178 0 0.76 0.19 0.14 314.82 0.7 0.53
Hex DB 35 B2 0 4C 13 E 13B 46 35
Octal 333 65 262 0 114 23 16 473 106 65
Binary 11011011 110101 10110010 0 1001100 10011 1110 100111011 1000110 110101

Color Harmonies of #DB35B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35B2

Black with #DB35B2

Text Example


Text Example

White with #DB35B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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