Html Css Color HEX #DD396B Cerise

📋 copy color: '#DD396B'

red 221 ◦ green 57 ◦ blue 107

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

Shades of Cerise #DD396B

Tints of Cerise #DD396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.81%

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 57.4%
G = 14.81%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD396B (or 0xDD396B) is known color: Cerise. HEX triplet: DD, 39 and 6B. RGB value is (221,57,107). Sum of RGB (Red+Green+Blue) = 221+57+107=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD396B is #22C694. Grayscale: #6F6F6F. Windows color (decimal): -2279061 or 7027165. OLE color: 7027165.

HSL color Cylindrical-coordinate representation of color #DD396B: hue angle of 341.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD396B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 107 -
CMYK 0 0.74 0.52 0.13
HSL 341.71º 0.71% 0.55% -
HSV(B) 341.71º 0.74% 0.87% -
XYZ 33.94 19.36 15.86 -
YUV 111.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 221 57 107 0 0.74 0.52 0.13 341.71 0.71 0.55
Hex DD 39 6B 0 4A 34 D 156 47 37
Octal 335 71 153 0 112 64 15 526 107 67
Binary 11011101 111001 1101011 0 1001010 110100 1101 101010110 1000111 110111

Color Harmonies of #DD396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD396B

Black with #DD396B

Text Example


Text Example

White with #DD396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD396B; }

 p { color: rgb(221,57,107); }

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

background-color css

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

 a { background-color: rgb(221,57,107); }

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

border-color css

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

 span { border-color: rgb(221,57,107); }

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