Html Css Color HEX #DB33BC Razzle Dazzle Rose

📋 copy color: '#DB33BC'

red 219 ◦ green 51 ◦ blue 188

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

Shades of Razzle Dazzle Rose #DB33BC

Tints of Razzle Dazzle Rose #DB33BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 47.82%
G = 11.14%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB33BC (or 0xDB33BC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and BC. RGB value is (219,51,188). Sum of RGB (Red+Green+Blue) = 219+51+188=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33BC is #24CC43. Grayscale: #747474. Windows color (decimal): -2411588 or 12334043. OLE color: 12334043.

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

Color convert

RGB 219 51 188 -
CMYK 0 0.77 0.14 0.14
HSL 311.07º 0.7% 0.53% -
HSV(B) 311.07º 0.77% 0.86% -
XYZ 39.47 21.06 49.56 -
YUV 116.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 219 51 188 0 0.77 0.14 0.14 311.07 0.7 0.53
Hex DB 33 BC 0 4D E E 137 46 35
Octal 333 63 274 0 115 16 16 467 106 65
Binary 11011011 110011 10111100 0 1001101 1110 1110 100110111 1000110 110101

Color Harmonies of #DB33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33BC

Black with #DB33BC

Text Example


Text Example

White with #DB33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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