Html Css Color HEX #DD445E Cerise

📋 copy color: '#DD445E'

red 221 ◦ green 68 ◦ blue 94

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

Shades of Cerise #DD445E

Tints of Cerise #DD445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 57.7%
G = 17.75%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD445E (or 0xDD445E) is known color: Cerise. HEX triplet: DD, 44 and 5E. RGB value is (221,68,94). Sum of RGB (Red+Green+Blue) = 221+68+94=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD445E is #22BBA1. Grayscale: #747474. Windows color (decimal): -2276258 or 6178013. OLE color: 6178013.

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

Color convert

RGB 221 68 94 -
CMYK 0 0.69 0.57 0.13
HSL 349.8º 0.69% 0.57% -
HSV(B) 349.8º 0.69% 0.87% -
XYZ 33.91 20.31 12.72 -
YUV 116.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 221 68 94 0 0.69 0.57 0.13 349.8 0.69 0.57
Hex DD 44 5E 0 45 39 D 15E 45 39
Octal 335 104 136 0 105 71 15 536 105 71
Binary 11011101 1000100 1011110 0 1000101 111001 1101 101011110 1000101 111001

Color Harmonies of #DD445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD445E

Black with #DD445E

Text Example


Text Example

White with #DD445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD445E; }

 p { color: rgb(221,68,94); }

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

background-color css

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

 a { background-color: rgb(221,68,94); }

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

border-color css

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

 span { border-color: rgb(221,68,94); }

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