Html Css Color HEX #DD4361 Cerise

📋 copy color: '#DD4361'

red 221 ◦ green 67 ◦ blue 97

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

Shades of Cerise #DD4361

Tints of Cerise #DD4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 57.4%
G = 17.4%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4361 (or 0xDD4361) is known color: Cerise. HEX triplet: DD, 43 and 61. RGB value is (221,67,97). Sum of RGB (Red+Green+Blue) = 221+67+97=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4361 is #22BC9E. Grayscale: #747474. Windows color (decimal): -2276511 or 6374365. OLE color: 6374365.

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

Color convert

RGB 221 67 97 -
CMYK 0 0.70 0.56 0.13
HSL 348.31º 0.69% 0.56% -
HSV(B) 348.31º 0.7% 0.87% -
XYZ 33.98 20.25 13.43 -
YUV 116.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 221 67 97 0 0.70 0.56 0.13 348.31 0.69 0.56
Hex DD 43 61 0 46 38 D 15C 45 38
Octal 335 103 141 0 106 70 15 534 105 70
Binary 11011101 1000011 1100001 0 1000110 111000 1101 101011100 1000101 111000

Color Harmonies of #DD4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4361

Black with #DD4361

Text Example


Text Example

White with #DD4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4361; }

 p { color: rgb(221,67,97); }

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

background-color css

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

 a { background-color: rgb(221,67,97); }

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

border-color css

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

 span { border-color: rgb(221,67,97); }

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