Html Css Color HEX #DD3558 Cerise

📋 copy color: '#DD3558'

red 221 ◦ green 53 ◦ blue 88

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

Shades of Cerise #DD3558

Tints of Cerise #DD3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 61.05%
G = 14.64%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3558 (or 0xDD3558) is known color: Cerise. HEX triplet: DD, 35 and 58. RGB value is (221,53,88). Sum of RGB (Red+Green+Blue) = 221+53+88=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3558 is #22CAA7. Grayscale: #6B6B6B. Windows color (decimal): -2280104 or 5780957. OLE color: 5780957.

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

Color convert

RGB 221 53 88 -
CMYK 0 0.76 0.60 0.13
HSL 347.5º 0.71% 0.54% -
HSV(B) 347.5º 0.76% 0.87% -
XYZ 32.85 18.62 11.1 -
YUV 107.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 221 53 88 0 0.76 0.60 0.13 347.5 0.71 0.54
Hex DD 35 58 0 4C 3C D 15C 47 36
Octal 335 65 130 0 114 74 15 534 107 66
Binary 11011101 110101 1011000 0 1001100 111100 1101 101011100 1000111 110110

Color Harmonies of #DD3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3558

Black with #DD3558

Text Example


Text Example

White with #DD3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3558; }

 p { color: rgb(221,53,88); }

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

background-color css

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

 a { background-color: rgb(221,53,88); }

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

border-color css

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

 span { border-color: rgb(221,53,88); }

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