Html Css Color HEX #DD376D Cerise

📋 copy color: '#DD376D'

red 221 ◦ green 55 ◦ blue 109

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

Shades of Cerise #DD376D

Tints of Cerise #DD376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 57.4%
G = 14.29%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD376D (or 0xDD376D) is known color: Cerise. HEX triplet: DD, 37 and 6D. RGB value is (221,55,109). Sum of RGB (Red+Green+Blue) = 221+55+109=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376D is #22C892. Grayscale: #6E6E6E. Windows color (decimal): -2279571 or 7157725. OLE color: 7157725.

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

Color convert

RGB 221 55 109 -
CMYK 0 0.75 0.51 0.13
HSL 340.48º 0.71% 0.54% -
HSV(B) 340.48º 0.75% 0.87% -
XYZ 33.95 19.21 16.39 -
YUV 110.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 221 55 109 0 0.75 0.51 0.13 340.48 0.71 0.54
Hex DD 37 6D 0 4B 33 D 154 47 36
Octal 335 67 155 0 113 63 15 524 107 66
Binary 11011101 110111 1101101 0 1001011 110011 1101 101010100 1000111 110110

Color Harmonies of #DD376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD376D

Black with #DD376D

Text Example


Text Example

White with #DD376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD376D; }

 p { color: rgb(221,55,109); }

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

background-color css

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

 a { background-color: rgb(221,55,109); }

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

border-color css

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

 span { border-color: rgb(221,55,109); }

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