Html Css Color HEX #DB37CA Razzle Dazzle Rose

📋 copy color: '#DB37CA'

red 219 ◦ green 55 ◦ blue 202

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

Shades of Razzle Dazzle Rose #DB37CA

Tints of Razzle Dazzle Rose #DB37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 46.01%
G = 11.55%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB37CA (or 0xDB37CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 37 and CA. RGB value is (219,55,202). Sum of RGB (Red+Green+Blue) = 219+55+202=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB37CA is #24C835. Grayscale: #787878. Windows color (decimal): -2410550 or 13252571. OLE color: 13252571.

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

Color convert

RGB 219 55 202 -
CMYK 0 0.75 0.08 0.14
HSL 306.22º 0.69% 0.54% -
HSV(B) 306.22º 0.75% 0.86% -
XYZ 41.24 22.06 57.96 -
YUV 120.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 219 55 202 0 0.75 0.08 0.14 306.22 0.69 0.54
Hex DB 37 CA 0 4B 8 E 132 45 36
Octal 333 67 312 0 113 10 16 462 105 66
Binary 11011011 110111 11001010 0 1001011 1000 1110 100110010 1000101 110110

Color Harmonies of #DB37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37CA

Black with #DB37CA

Text Example


Text Example

White with #DB37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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