Html Css Color HEX #DD386F Cerise

📋 copy color: '#DD386F'

red 221 ◦ green 56 ◦ blue 111

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

Shades of Cerise #DD386F

Tints of Cerise #DD386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

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

R = 56.96%
G = 14.43%
B = 28.61%

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

#DD386F (or 0xDD386F) is known color: Cerise. HEX triplet: DD, 38 and 6F. RGB value is (221,56,111). Sum of RGB (Red+Green+Blue) = 221+56+111=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386F is #22C790. Grayscale: #6F6F6F. Windows color (decimal): -2279313 or 7289053. OLE color: 7289053.

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

Color convert

RGB 221 56 111 -
CMYK 0 0.75 0.50 0.13
HSL 340º 0.71% 0.54% -
HSV(B) 340º 0.75% 0.87% -
XYZ 34.1 19.35 16.98 -
YUV 111.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 221 56 111 0 0.75 0.50 0.13 340 0.71 0.54
Hex DD 38 6F 0 4B 32 D 154 47 36
Octal 335 70 157 0 113 62 15 524 107 66
Binary 11011101 111000 1101111 0 1001011 110010 1101 101010100 1000111 110110

Color Harmonies of #DD386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD386F

Black with #DD386F

Text Example


Text Example

White with #DD386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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