Html Css Color HEX #DB33B2 Persian Rose

📋 copy color: '#DB33B2'

red 219 ◦ green 51 ◦ blue 178

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

Shades of Persian Rose #DB33B2

Tints of Persian Rose #DB33B2

RGB

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

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

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

R = 48.88%
G = 11.38%
B = 39.73%

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

#DB33B2 (or 0xDB33B2) is known color: Persian Rose. HEX triplet: DB, 33 and B2. RGB value is (219,51,178). Sum of RGB (Red+Green+Blue) = 219+51+178=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB33B2 is #24CC4D. Grayscale: #737373. Windows color (decimal): -2411598 or 11678683. OLE color: 11678683.

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

Color convert

RGB 219 51 178 -
CMYK 0 0.77 0.19 0.14
HSL 314.64º 0.7% 0.53% -
HSV(B) 314.64º 0.77% 0.86% -
XYZ 38.43 20.64 44.08 -
YUV 115.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 219 51 178 0 0.77 0.19 0.14 314.64 0.7 0.53
Hex DB 33 B2 0 4D 13 E 13B 46 35
Octal 333 63 262 0 115 23 16 473 106 65
Binary 11011011 110011 10110010 0 1001101 10011 1110 100111011 1000110 110101

Color Harmonies of #DB33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33B2

Black with #DB33B2

Text Example


Text Example

White with #DB33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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