Html Css Color HEX #DD3C5A Cerise

📋 copy color: '#DD3C5A'

red 221 ◦ green 60 ◦ blue 90

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

Shades of Cerise #DD3C5A

Tints of Cerise #DD3C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 59.57%
G = 16.17%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD3C5A (or 0xDD3C5A) is known color: Cerise. HEX triplet: DD, 3C and 5A. RGB value is (221,60,90). Sum of RGB (Red+Green+Blue) = 221+60+90=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3C5A is #22C3A5. Grayscale: #6F6F6F. Windows color (decimal): -2278310 or 5913821. OLE color: 5913821.

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

Color convert

RGB 221 60 90 -
CMYK 0 0.73 0.59 0.13
HSL 348.82º 0.7% 0.55% -
HSV(B) 348.82º 0.73% 0.87% -
XYZ 33.28 19.34 11.65 -
YUV 111.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 221 60 90 0 0.73 0.59 0.13 348.82 0.7 0.55
Hex DD 3C 5A 0 49 3B D 15D 46 37
Octal 335 74 132 0 111 73 15 535 106 67
Binary 11011101 111100 1011010 0 1001001 111011 1101 101011101 1000110 110111

Color Harmonies of #DD3C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C5A

Black with #DD3C5A

Text Example


Text Example

White with #DD3C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C5A; }

 p { color: rgb(221,60,90); }

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

background-color css

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

 a { background-color: rgb(221,60,90); }

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

border-color css

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

 span { border-color: rgb(221,60,90); }

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