Html Css Color HEX #DB32C7 Razzle Dazzle Rose

📋 copy color: '#DB32C7'

red 219 ◦ green 50 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB32C7

Tints of Razzle Dazzle Rose #DB32C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 46.79%
G = 10.68%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB32C7 (or 0xDB32C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C7. RGB value is (219,50,199). Sum of RGB (Red+Green+Blue) = 219+50+199=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C7 is #24CD38. Grayscale: #757575. Windows color (decimal): -2411833 or 13054683. OLE color: 13054683.

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

Color convert

RGB 219 50 199 -
CMYK 0 0.77 0.09 0.14
HSL 307.1º 0.7% 0.53% -
HSV(B) 307.1º 0.77% 0.86% -
XYZ 40.66 21.46 56.03 -
YUV 117.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 219 50 199 0 0.77 0.09 0.14 307.1 0.7 0.53
Hex DB 32 C7 0 4D 9 E 133 46 35
Octal 333 62 307 0 115 11 16 463 106 65
Binary 11011011 110010 11000111 0 1001101 1001 1110 100110011 1000110 110101

Color Harmonies of #DB32C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32C7

Black with #DB32C7

Text Example


Text Example

White with #DB32C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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