Html Css Color HEX #DD2A75 Deep Cerise

📋 copy color: '#DD2A75'

red 221 ◦ green 42 ◦ blue 117

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

Shades of Deep Cerise #DD2A75

Tints of Deep Cerise #DD2A75

RGB

 RED value IS 221 (86.72% from 255) = 58.16%

 GREEN value IS 42 (16.8% from 255) = 11.05%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 58.16%
G = 11.05%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD2A75 (or 0xDD2A75) is known color: Deep Cerise. HEX triplet: DD, 2A and 75. RGB value is (221,42,117). Sum of RGB (Red+Green+Blue) = 221+42+117=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A75 is #22D58A. Grayscale: #676767. Windows color (decimal): -2282891 or 7678685. OLE color: 7678685.

HSL color Cylindrical-coordinate representation of color #DD2A75: hue angle of 334.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A75 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 42 117 -
CMYK 0 0.81 0.47 0.13
HSL 334.86º 0.72% 0.52% -
HSV(B) 334.86º 0.81% 0.87% -
XYZ 33.86 18.31 18.58 -
YUV 104.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 221 42 117 0 0.81 0.47 0.13 334.86 0.72 0.52
Hex DD 2A 75 0 51 2F D 14F 48 34
Octal 335 52 165 0 121 57 15 517 110 64
Binary 11011101 101010 1110101 0 1010001 101111 1101 101001111 1001000 110100

Color Harmonies of #DD2A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A75

Black with #DD2A75

Text Example


Text Example

White with #DD2A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A75; }

 p { color: rgb(221,42,117); }

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

background-color css

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

 a { background-color: rgb(221,42,117); }

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

border-color css

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

 span { border-color: rgb(221,42,117); }

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