Html Css Color HEX #DD3A76 Cerise

📋 copy color: '#DD3A76'

red 221 ◦ green 58 ◦ blue 118

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

Shades of Cerise #DD3A76

Tints of Cerise #DD3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 55.67%
G = 14.61%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3A76 (or 0xDD3A76) is known color: Cerise. HEX triplet: DD, 3A and 76. RGB value is (221,58,118). Sum of RGB (Red+Green+Blue) = 221+58+118=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3A76 is #22C589. Grayscale: #717171. Windows color (decimal): -2278794 or 7748317. OLE color: 7748317.

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

Color convert

RGB 221 58 118 -
CMYK 0 0.74 0.47 0.13
HSL 337.91º 0.71% 0.55% -
HSV(B) 337.91º 0.74% 0.87% -
XYZ 34.6 19.71 19.12 -
YUV 113.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 221 58 118 0 0.74 0.47 0.13 337.91 0.71 0.55
Hex DD 3A 76 0 4A 2F D 152 47 37
Octal 335 72 166 0 112 57 15 522 107 67
Binary 11011101 111010 1110110 0 1001010 101111 1101 101010010 1000111 110111

Color Harmonies of #DD3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A76

Black with #DD3A76

Text Example


Text Example

White with #DD3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A76; }

 p { color: rgb(221,58,118); }

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

background-color css

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

 a { background-color: rgb(221,58,118); }

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

border-color css

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

 span { border-color: rgb(221,58,118); }

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