Html Css Color HEX #DC2ED5 Razzle Dazzle Rose

📋 copy color: '#DC2ED5'

red 220 ◦ green 46 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DC2ED5

Tints of Razzle Dazzle Rose #DC2ED5

RGB

 RED value IS 220 (86.33% from 255) = 45.93%

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

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 45.93%
G = 9.6%
B = 44.47%

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

#DC2ED5 (or 0xDC2ED5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2E and D5. RGB value is (220,46,213). Sum of RGB (Red+Green+Blue) = 220+46+213=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2ED5 is #23D12A. Grayscale: #747474. Windows color (decimal): -2347307 or 13971164. OLE color: 13971164.

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

Color convert

RGB 220 46 213 -
CMYK 0 0.79 0.03 0.14
HSL 302.41º 0.71% 0.52% -
HSV(B) 302.41º 0.79% 0.86% -
XYZ 42.5 21.97 64.95 -
YUV 117.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 220 46 213 0 0.79 0.03 0.14 302.41 0.71 0.52
Hex DC 2E D5 0 4F 3 E 12E 47 34
Octal 334 56 325 0 117 3 16 456 107 64
Binary 11011100 101110 11010101 0 1001111 11 1110 100101110 1000111 110100

Color Harmonies of #DC2ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2ED5

Black with #DC2ED5

Text Example


Text Example

White with #DC2ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2ED5; }

 p { color: rgb(220,46,213); }

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

background-color css

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

 a { background-color: rgb(220,46,213); }

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

border-color css

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

 span { border-color: rgb(220,46,213); }

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