Html Css Color HEX #DB35B8 Razzle Dazzle Rose

📋 copy color: '#DB35B8'

red 219 ◦ green 53 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DB35B8

Tints of Razzle Dazzle Rose #DB35B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 48.03%
G = 11.62%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB35B8 (or 0xDB35B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and B8. RGB value is (219,53,184). Sum of RGB (Red+Green+Blue) = 219+53+184=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35B8 is #24CA47. Grayscale: #757575. Windows color (decimal): -2411080 or 12072411. OLE color: 12072411.

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

Color convert

RGB 219 53 184 -
CMYK 0 0.76 0.16 0.14
HSL 312.65º 0.7% 0.53% -
HSV(B) 312.65º 0.76% 0.86% -
XYZ 39.14 21.07 47.35 -
YUV 117.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 219 53 184 0 0.76 0.16 0.14 312.65 0.7 0.53
Hex DB 35 B8 0 4C 10 E 139 46 35
Octal 333 65 270 0 114 20 16 471 106 65
Binary 11011011 110101 10111000 0 1001100 10000 1110 100111001 1000110 110101

Color Harmonies of #DB35B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35B8

Black with #DB35B8

Text Example


Text Example

White with #DB35B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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