Html Css Color HEX #DD386D Cerise

📋 copy color: '#DD386D'

red 221 ◦ green 56 ◦ blue 109

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

Shades of Cerise #DD386D

Tints of Cerise #DD386D

RGB

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

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

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

R = 57.25%
G = 14.51%
B = 28.24%

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

#DD386D (or 0xDD386D) is known color: Cerise. HEX triplet: DD, 38 and 6D. RGB value is (221,56,109). Sum of RGB (Red+Green+Blue) = 221+56+109=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386D is #22C792. Grayscale: #6F6F6F. Windows color (decimal): -2279315 or 7157981. OLE color: 7157981.

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

Color convert

RGB 221 56 109 -
CMYK 0 0.75 0.51 0.13
HSL 340.73º 0.71% 0.54% -
HSV(B) 340.73º 0.75% 0.87% -
XYZ 33.99 19.3 16.4 -
YUV 111.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 221 56 109 0 0.75 0.51 0.13 340.73 0.71 0.54
Hex DD 38 6D 0 4B 33 D 155 47 36
Octal 335 70 155 0 113 63 15 525 107 66
Binary 11011101 111000 1101101 0 1001011 110011 1101 101010101 1000111 110110

Color Harmonies of #DD386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD386D

Black with #DD386D

Text Example


Text Example

White with #DD386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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