Html Css Color HEX #DD3958 Cerise

📋 copy color: '#DD3958'

red 221 ◦ green 57 ◦ blue 88

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

Shades of Cerise #DD3958

Tints of Cerise #DD3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.57%

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

R = 60.38%
G = 15.57%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3958 (or 0xDD3958) is known color: Cerise. HEX triplet: DD, 39 and 58. RGB value is (221,57,88). Sum of RGB (Red+Green+Blue) = 221+57+88=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3958 is #22C6A7. Grayscale: #6D6D6D. Windows color (decimal): -2279080 or 5781981. OLE color: 5781981.

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

Color convert

RGB 221 57 88 -
CMYK 0 0.74 0.60 0.13
HSL 348.66º 0.71% 0.55% -
HSV(B) 348.66º 0.74% 0.87% -
XYZ 33.04 19 11.16 -
YUV 109.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 221 57 88 0 0.74 0.60 0.13 348.66 0.71 0.55
Hex DD 39 58 0 4A 3C D 15D 47 37
Octal 335 71 130 0 112 74 15 535 107 67
Binary 11011101 111001 1011000 0 1001010 111100 1101 101011101 1000111 110111

Color Harmonies of #DD3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3958

Black with #DD3958

Text Example


Text Example

White with #DD3958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3958; }

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

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

background-color css

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

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

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

border-color css

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

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

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