Html Css Color HEX #DD386A Cerise

📋 copy color: '#DD386A'

red 221 ◦ green 56 ◦ blue 106

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

Shades of Cerise #DD386A

Tints of Cerise #DD386A

RGB

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

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

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

R = 57.7%
G = 14.62%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD386A (or 0xDD386A) is known color: Cerise. HEX triplet: DD, 38 and 6A. RGB value is (221,56,106). Sum of RGB (Red+Green+Blue) = 221+56+106=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD386A is #22C795. Grayscale: #6F6F6F. Windows color (decimal): -2279318 or 6961373. OLE color: 6961373.

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

Color convert

RGB 221 56 106 -
CMYK 0 0.75 0.52 0.13
HSL 341.82º 0.71% 0.54% -
HSV(B) 341.82º 0.75% 0.87% -
XYZ 33.83 19.24 15.57 -
YUV 111.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 221 56 106 0 0.75 0.52 0.13 341.82 0.71 0.54
Hex DD 38 6A 0 4B 34 D 156 47 36
Octal 335 70 152 0 113 64 15 526 107 66
Binary 11011101 111000 1101010 0 1001011 110100 1101 101010110 1000111 110110

Color Harmonies of #DD386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD386A

Black with #DD386A

Text Example


Text Example

White with #DD386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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