Html Css Color HEX #DB2ED4 Razzle Dazzle Rose

📋 copy color: '#DB2ED4'

red 219 ◦ green 46 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DB2ED4

Tints of Razzle Dazzle Rose #DB2ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 45.91%
G = 9.64%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB2ED4 (or 0xDB2ED4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D4. RGB value is (219,46,212). Sum of RGB (Red+Green+Blue) = 219+46+212=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED4 is #24D12B. Grayscale: #747474. Windows color (decimal): -2412844 or 13905627. OLE color: 13905627.

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

Color convert

RGB 219 46 212 -
CMYK 0 0.79 0.03 0.14
HSL 302.43º 0.71% 0.52% -
HSV(B) 302.43º 0.79% 0.86% -
XYZ 42.07 21.77 64.27 -
YUV 116.65 181.81 201 -
System Red Green Blue C M Y K H S L
Decimal 219 46 212 0 0.79 0.03 0.14 302.43 0.71 0.52
Hex DB 2E D4 0 4F 3 E 12E 47 34
Octal 333 56 324 0 117 3 16 456 107 64
Binary 11011011 101110 11010100 0 1001111 11 1110 100101110 1000111 110100

Color Harmonies of #DB2ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ED4

Black with #DB2ED4

Text Example


Text Example

White with #DB2ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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