Html Css Color HEX #DB35BC Razzle Dazzle Rose

📋 copy color: '#DB35BC'

red 219 ◦ green 53 ◦ blue 188

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

Shades of Razzle Dazzle Rose #DB35BC

Tints of Razzle Dazzle Rose #DB35BC

RGB

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

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

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

R = 47.61%
G = 11.52%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB35BC (or 0xDB35BC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and BC. RGB value is (219,53,188). Sum of RGB (Red+Green+Blue) = 219+53+188=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35BC is #24CA43. Grayscale: #757575. Windows color (decimal): -2411076 or 12334555. OLE color: 12334555.

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

Color convert

RGB 219 53 188 -
CMYK 0 0.76 0.14 0.14
HSL 311.2º 0.7% 0.53% -
HSV(B) 311.2º 0.76% 0.86% -
XYZ 39.56 21.24 49.59 -
YUV 118.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 219 53 188 0 0.76 0.14 0.14 311.2 0.7 0.53
Hex DB 35 BC 0 4C E E 137 46 35
Octal 333 65 274 0 114 16 16 467 106 65
Binary 11011011 110101 10111100 0 1001100 1110 1110 100110111 1000110 110101

Color Harmonies of #DB35BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35BC

Black with #DB35BC

Text Example


Text Example

White with #DB35BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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