Html Css Color HEX #DD376E Cerise

📋 copy color: '#DD376E'

red 221 ◦ green 55 ◦ blue 110

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

Shades of Cerise #DD376E

Tints of Cerise #DD376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 57.25%
G = 14.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD376E (or 0xDD376E) is known color: Cerise. HEX triplet: DD, 37 and 6E. RGB value is (221,55,110). Sum of RGB (Red+Green+Blue) = 221+55+110=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376E is #22C891. Grayscale: #6E6E6E. Windows color (decimal): -2279570 or 7223261. OLE color: 7223261.

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

Color convert

RGB 221 55 110 -
CMYK 0 0.75 0.50 0.13
HSL 340.12º 0.71% 0.54% -
HSV(B) 340.12º 0.75% 0.87% -
XYZ 34 19.23 16.67 -
YUV 110.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 221 55 110 0 0.75 0.50 0.13 340.12 0.71 0.54
Hex DD 37 6E 0 4B 32 D 154 47 36
Octal 335 67 156 0 113 62 15 524 107 66
Binary 11011101 110111 1101110 0 1001011 110010 1101 101010100 1000111 110110

Color Harmonies of #DD376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD376E

Black with #DD376E

Text Example


Text Example

White with #DD376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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