Html Css Color HEX #DD4162 Cerise

📋 copy color: '#DD4162'

red 221 ◦ green 65 ◦ blue 98

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

Shades of Cerise #DD4162

Tints of Cerise #DD4162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 57.55%
G = 16.93%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4162 (or 0xDD4162) is known color: Cerise. HEX triplet: DD, 41 and 62. RGB value is (221,65,98). Sum of RGB (Red+Green+Blue) = 221+65+98=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4162 is #22BE9D. Grayscale: #737373. Windows color (decimal): -2277022 or 6439389. OLE color: 6439389.

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

Color convert

RGB 221 65 98 -
CMYK 0 0.71 0.56 0.13
HSL 347.31º 0.7% 0.56% -
HSV(B) 347.31º 0.71% 0.87% -
XYZ 33.91 20.03 13.63 -
YUV 115.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 221 65 98 0 0.71 0.56 0.13 347.31 0.7 0.56
Hex DD 41 62 0 47 38 D 15B 46 38
Octal 335 101 142 0 107 70 15 533 106 70
Binary 11011101 1000001 1100010 0 1000111 111000 1101 101011011 1000110 111000

Color Harmonies of #DD4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4162

Black with #DD4162

Text Example


Text Example

White with #DD4162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4162; }

 p { color: rgb(221,65,98); }

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

background-color css

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

 a { background-color: rgb(221,65,98); }

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

border-color css

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

 span { border-color: rgb(221,65,98); }

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