Html Css Color HEX #DB35BA Razzle Dazzle Rose

📋 copy color: '#DB35BA'

red 219 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB35BA

Tints of Razzle Dazzle Rose #DB35BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 47.82%
G = 11.57%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB35BA (or 0xDB35BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and BA. RGB value is (219,53,186). Sum of RGB (Red+Green+Blue) = 219+53+186=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35BA is #24CA45. Grayscale: #757575. Windows color (decimal): -2411078 or 12203483. OLE color: 12203483.

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

Color convert

RGB 219 53 186 -
CMYK 0 0.76 0.15 0.14
HSL 311.93º 0.7% 0.53% -
HSV(B) 311.93º 0.76% 0.86% -
XYZ 39.35 21.15 48.46 -
YUV 117.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 219 53 186 0 0.76 0.15 0.14 311.93 0.7 0.53
Hex DB 35 BA 0 4C F E 138 46 35
Octal 333 65 272 0 114 17 16 470 106 65
Binary 11011011 110101 10111010 0 1001100 1111 1110 100111000 1000110 110101

Color Harmonies of #DB35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35BA

Black with #DB35BA

Text Example


Text Example

White with #DB35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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