Html Css Color HEX #DD4261 Cerise

📋 copy color: '#DD4261'

red 221 ◦ green 66 ◦ blue 97

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

Shades of Cerise #DD4261

Tints of Cerise #DD4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

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

R = 57.55%
G = 17.19%
B = 25.26%

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

#DD4261 (or 0xDD4261) is known color: Cerise. HEX triplet: DD, 42 and 61. RGB value is (221,66,97). Sum of RGB (Red+Green+Blue) = 221+66+97=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4261 is #22BD9E. Grayscale: #737373. Windows color (decimal): -2276767 or 6374109. OLE color: 6374109.

HSL color Cylindrical-coordinate representation of color #DD4261: hue angle of 348º degrees, saturation: 0.7, 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 #DD4261 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 97 -
CMYK 0 0.70 0.56 0.13
HSL 348º 0.7% 0.56% -
HSV(B) 348º 0.7% 0.87% -
XYZ 33.92 20.13 13.41 -
YUV 115.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 221 66 97 0 0.70 0.56 0.13 348 0.7 0.56
Hex DD 42 61 0 46 38 D 15C 46 38
Octal 335 102 141 0 106 70 15 534 106 70
Binary 11011101 1000010 1100001 0 1000110 111000 1101 101011100 1000110 111000

Color Harmonies of #DD4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4261

Black with #DD4261

Text Example


Text Example

White with #DD4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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