Html Css Color HEX #DB33BB Razzle Dazzle Rose

📋 copy color: '#DB33BB'

red 219 ◦ green 51 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DB33BB

Tints of Razzle Dazzle Rose #DB33BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 47.92%
G = 11.16%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB33BB (or 0xDB33BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and BB. RGB value is (219,51,187). Sum of RGB (Red+Green+Blue) = 219+51+187=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33BB is #24CC44. Grayscale: #747474. Windows color (decimal): -2411589 or 12268507. OLE color: 12268507.

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

Color convert

RGB 219 51 187 -
CMYK 0 0.77 0.15 0.14
HSL 311.43º 0.7% 0.53% -
HSV(B) 311.43º 0.77% 0.86% -
XYZ 39.37 21.02 49 -
YUV 116.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 219 51 187 0 0.77 0.15 0.14 311.43 0.7 0.53
Hex DB 33 BB 0 4D F E 137 46 35
Octal 333 63 273 0 115 17 16 467 106 65
Binary 11011011 110011 10111011 0 1001101 1111 1110 100110111 1000110 110101

Color Harmonies of #DB33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33BB

Black with #DB33BB

Text Example


Text Example

White with #DB33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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