Html Css Color HEX #DB37C7 Razzle Dazzle Rose

📋 copy color: '#DB37C7'

red 219 ◦ green 55 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB37C7

Tints of Razzle Dazzle Rose #DB37C7

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.63%

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

R = 46.3%
G = 11.63%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB37C7 (or 0xDB37C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and C7. RGB value is (219,55,199). Sum of RGB (Red+Green+Blue) = 219+55+199=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37C7 is #24C838. Grayscale: #787878. Windows color (decimal): -2410553 or 13055963. OLE color: 13055963.

HSL color Cylindrical-coordinate representation of color #DB37C7: hue angle of 307.32º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37C7 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 199 -
CMYK 0 0.75 0.09 0.14
HSL 307.32º 0.69% 0.54% -
HSV(B) 307.32º 0.75% 0.86% -
XYZ 40.89 21.92 56.11 -
YUV 120.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 219 55 199 0 0.75 0.09 0.14 307.32 0.69 0.54
Hex DB 37 C7 0 4B 9 E 133 45 36
Octal 333 67 307 0 113 11 16 463 105 66
Binary 11011011 110111 11000111 0 1001011 1001 1110 100110011 1000101 110110

Color Harmonies of #DB37C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37C7

Black with #DB37C7

Text Example


Text Example

White with #DB37C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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