Html Css Color HEX #DD376C Cerise

📋 copy color: '#DD376C'

red 221 ◦ green 55 ◦ blue 108

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

Shades of Cerise #DD376C

Tints of Cerise #DD376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 57.55%
G = 14.32%
B = 28.13%

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

#DD376C (or 0xDD376C) is known color: Cerise. HEX triplet: DD, 37 and 6C. RGB value is (221,55,108). Sum of RGB (Red+Green+Blue) = 221+55+108=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376C is #22C893. Grayscale: #6E6E6E. Windows color (decimal): -2279572 or 7092189. OLE color: 7092189.

HSL color Cylindrical-coordinate representation of color #DD376C: hue angle of 340.84º 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 #DD376C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 108 -
CMYK 0 0.75 0.51 0.13
HSL 340.84º 0.71% 0.54% -
HSV(B) 340.84º 0.75% 0.87% -
XYZ 33.89 19.19 16.1 -
YUV 110.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 221 55 108 0 0.75 0.51 0.13 340.84 0.71 0.54
Hex DD 37 6C 0 4B 33 D 155 47 36
Octal 335 67 154 0 113 63 15 525 107 66
Binary 11011101 110111 1101100 0 1001011 110011 1101 101010101 1000111 110110

Color Harmonies of #DD376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD376C

Black with #DD376C

Text Example


Text Example

White with #DD376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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