Html Css Color HEX #DD396A Cerise

📋 copy color: '#DD396A'

red 221 ◦ green 57 ◦ blue 106

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

Shades of Cerise #DD396A

Tints of Cerise #DD396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 57.55%
G = 14.84%
B = 27.6%

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

#DD396A (or 0xDD396A) is known color: Cerise. HEX triplet: DD, 39 and 6A. RGB value is (221,57,106). Sum of RGB (Red+Green+Blue) = 221+57+106=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD396A is #22C695. Grayscale: #6F6F6F. Windows color (decimal): -2279062 or 6961629. OLE color: 6961629.

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

Color convert

RGB 221 57 106 -
CMYK 0 0.74 0.52 0.13
HSL 342.07º 0.71% 0.55% -
HSV(B) 342.07º 0.74% 0.87% -
XYZ 33.88 19.34 15.58 -
YUV 111.62 124.83 206.02 -
System Red Green Blue C M Y K H S L
Decimal 221 57 106 0 0.74 0.52 0.13 342.07 0.71 0.55
Hex DD 39 6A 0 4A 34 D 156 47 37
Octal 335 71 152 0 112 64 15 526 107 67
Binary 11011101 111001 1101010 0 1001010 110100 1101 101010110 1000111 110111

Color Harmonies of #DD396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD396A

Black with #DD396A

Text Example


Text Example

White with #DD396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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