Html Css Color HEX #DB33B3 Persian Rose

📋 copy color: '#DB33B3'

red 219 ◦ green 51 ◦ blue 179

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

Shades of Persian Rose #DB33B3

Tints of Persian Rose #DB33B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 48.78%
G = 11.36%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB33B3 (or 0xDB33B3) is known color: Persian Rose. HEX triplet: DB, 33 and B3. RGB value is (219,51,179). Sum of RGB (Red+Green+Blue) = 219+51+179=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33B3 is #24CC4C. Grayscale: #737373. Windows color (decimal): -2411597 or 11744219. OLE color: 11744219.

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

Color convert

RGB 219 51 179 -
CMYK 0 0.77 0.18 0.14
HSL 314.29º 0.7% 0.53% -
HSV(B) 314.29º 0.77% 0.86% -
XYZ 38.53 20.68 44.61 -
YUV 115.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 219 51 179 0 0.77 0.18 0.14 314.29 0.7 0.53
Hex DB 33 B3 0 4D 12 E 13A 46 35
Octal 333 63 263 0 115 22 16 472 106 65
Binary 11011011 110011 10110011 0 1001101 10010 1110 100111010 1000110 110101

Color Harmonies of #DB33B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33B3

Black with #DB33B3

Text Example


Text Example

White with #DB33B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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