Html Css Color HEX #DB2ECC Razzle Dazzle Rose

📋 copy color: '#DB2ECC'

red 219 ◦ green 46 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DB2ECC

Tints of Razzle Dazzle Rose #DB2ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.81%

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

R = 46.7%
G = 9.81%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB2ECC (or 0xDB2ECC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and CC. RGB value is (219,46,204). Sum of RGB (Red+Green+Blue) = 219+46+204=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ECC is #24D133. Grayscale: #737373. Windows color (decimal): -2412852 or 13381339. OLE color: 13381339.

HSL color Cylindrical-coordinate representation of color #DB2ECC: hue angle of 305.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2ECC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 46 204 -
CMYK 0 0.79 0.07 0.14
HSL 305.2º 0.71% 0.52% -
HSV(B) 305.2º 0.79% 0.86% -
XYZ 41.09 21.37 59.09 -
YUV 115.74 177.81 201.65 -
System Red Green Blue C M Y K H S L
Decimal 219 46 204 0 0.79 0.07 0.14 305.2 0.71 0.52
Hex DB 2E CC 0 4F 7 E 131 47 34
Octal 333 56 314 0 117 7 16 461 107 64
Binary 11011011 101110 11001100 0 1001111 111 1110 100110001 1000111 110100

Color Harmonies of #DB2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ECC

Black with #DB2ECC

Text Example


Text Example

White with #DB2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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