Html Css Color HEX #DD2E58 Cerise

📋 copy color: '#DD2E58'

red 221 ◦ green 46 ◦ blue 88

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

Shades of Cerise #DD2E58

Tints of Cerise #DD2E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

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

R = 62.25%
G = 12.96%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD2E58 (or 0xDD2E58) is known color: Cerise. HEX triplet: DD, 2E and 58. RGB value is (221,46,88). Sum of RGB (Red+Green+Blue) = 221+46+88=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2E58 is #22D1A7. Grayscale: #676767. Windows color (decimal): -2281896 or 5779165. OLE color: 5779165.

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

Color convert

RGB 221 46 88 -
CMYK 0 0.79 0.60 0.13
HSL 345.6º 0.72% 0.52% -
HSV(B) 345.6º 0.79% 0.87% -
XYZ 32.56 18.03 11 -
YUV 103.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 221 46 88 0 0.79 0.60 0.13 345.6 0.72 0.52
Hex DD 2E 58 0 4F 3C D 15A 48 34
Octal 335 56 130 0 117 74 15 532 110 64
Binary 11011101 101110 1011000 0 1001111 111100 1101 101011010 1001000 110100

Color Harmonies of #DD2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E58

Black with #DD2E58

Text Example


Text Example

White with #DD2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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