Html Css Color HEX #DD4058 Cerise

📋 copy color: '#DD4058'

red 221 ◦ green 64 ◦ blue 88

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

Shades of Cerise #DD4058

Tints of Cerise #DD4058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 59.25%
G = 17.16%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4058 (or 0xDD4058) is known color: Cerise. HEX triplet: DD, 40 and 58. RGB value is (221,64,88). Sum of RGB (Red+Green+Blue) = 221+64+88=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4058 is #22BFA7. Grayscale: #717171. Windows color (decimal): -2277288 or 5783773. OLE color: 5783773.

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

Color convert

RGB 221 64 88 -
CMYK 0 0.71 0.60 0.13
HSL 350.83º 0.7% 0.56% -
HSV(B) 350.83º 0.71% 0.87% -
XYZ 33.41 19.74 11.28 -
YUV 113.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 221 64 88 0 0.71 0.60 0.13 350.83 0.7 0.56
Hex DD 40 58 0 47 3C D 15F 46 38
Octal 335 100 130 0 107 74 15 537 106 70
Binary 11011101 1000000 1011000 0 1000111 111100 1101 101011111 1000110 111000

Color Harmonies of #DD4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4058

Black with #DD4058

Text Example


Text Example

White with #DD4058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4058; }

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

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

background-color css

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

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

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

border-color css

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

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

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