Html Css Color HEX #DB37C3 Razzle Dazzle Rose

📋 copy color: '#DB37C3'

red 219 ◦ green 55 ◦ blue 195

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

Shades of Razzle Dazzle Rose #DB37C3

Tints of Razzle Dazzle Rose #DB37C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.58%

R = 46.7%
G = 11.73%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB37C3 (or 0xDB37C3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and C3. RGB value is (219,55,195). Sum of RGB (Red+Green+Blue) = 219+55+195=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37C3 is #24C83C. Grayscale: #777777. Windows color (decimal): -2410557 or 12793819. OLE color: 12793819.

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

Color convert

RGB 219 55 195 -
CMYK 0 0.75 0.11 0.14
HSL 308.78º 0.69% 0.54% -
HSV(B) 308.78º 0.75% 0.86% -
XYZ 40.43 21.73 53.69 -
YUV 120 170.33 198.62 -
System Red Green Blue C M Y K H S L
Decimal 219 55 195 0 0.75 0.11 0.14 308.78 0.69 0.54
Hex DB 37 C3 0 4B B E 135 45 36
Octal 333 67 303 0 113 13 16 465 105 66
Binary 11011011 110111 11000011 0 1001011 1011 1110 100110101 1000101 110110

Color Harmonies of #DB37C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37C3

Black with #DB37C3

Text Example


Text Example

White with #DB37C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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