Html Css Color HEX #DD376F Cerise

📋 copy color: '#DD376F'

red 221 ◦ green 55 ◦ blue 111

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

Shades of Cerise #DD376F

Tints of Cerise #DD376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 57.11%
G = 14.21%
B = 28.68%

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

#DD376F (or 0xDD376F) is known color: Cerise. HEX triplet: DD, 37 and 6F. RGB value is (221,55,111). Sum of RGB (Red+Green+Blue) = 221+55+111=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD376F is #22C890. Grayscale: #6E6E6E. Windows color (decimal): -2279569 or 7288797. OLE color: 7288797.

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

Color convert

RGB 221 55 111 -
CMYK 0 0.75 0.50 0.13
HSL 339.76º 0.71% 0.54% -
HSV(B) 339.76º 0.75% 0.87% -
XYZ 34.05 19.25 16.96 -
YUV 111.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 221 55 111 0 0.75 0.50 0.13 339.76 0.71 0.54
Hex DD 37 6F 0 4B 32 D 154 47 36
Octal 335 67 157 0 113 62 15 524 107 66
Binary 11011101 110111 1101111 0 1001011 110010 1101 101010100 1000111 110110

Color Harmonies of #DD376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD376F

Black with #DD376F

Text Example


Text Example

White with #DD376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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