Html Css Color HEX #DB32CC Razzle Dazzle Rose

📋 copy color: '#DB32CC'

red 219 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DB32CC

Tints of Razzle Dazzle Rose #DB32CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.57%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 46.3%
G = 10.57%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB32CC (or 0xDB32CC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and CC. RGB value is (219,50,204). Sum of RGB (Red+Green+Blue) = 219+50+204=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32CC is #24CD33. Grayscale: #757575. Windows color (decimal): -2411828 or 13382363. OLE color: 13382363.

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

Color convert

RGB 219 50 204 -
CMYK 0 0.77 0.07 0.14
HSL 305.33º 0.7% 0.53% -
HSV(B) 305.33º 0.77% 0.86% -
XYZ 41.25 21.7 59.14 -
YUV 118.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 219 50 204 0 0.77 0.07 0.14 305.33 0.7 0.53
Hex DB 32 CC 0 4D 7 E 131 46 35
Octal 333 62 314 0 115 7 16 461 106 65
Binary 11011011 110010 11001100 0 1001101 111 1110 100110001 1000110 110101

Color Harmonies of #DB32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32CC

Black with #DB32CC

Text Example


Text Example

White with #DB32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32CC; }

 p { color: rgb(219,50,204); }

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

background-color css

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

 a { background-color: rgb(219,50,204); }

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

border-color css

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

 span { border-color: rgb(219,50,204); }

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