Html Css Color HEX #DD3859 Cerise

📋 copy color: '#DD3859'

red 221 ◦ green 56 ◦ blue 89

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

Shades of Cerise #DD3859

Tints of Cerise #DD3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 60.38%
G = 15.3%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3859 (or 0xDD3859) is known color: Cerise. HEX triplet: DD, 38 and 59. RGB value is (221,56,89). Sum of RGB (Red+Green+Blue) = 221+56+89=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3859 is #22C7A6. Grayscale: #6D6D6D. Windows color (decimal): -2279335 or 5847261. OLE color: 5847261.

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

Color convert

RGB 221 56 89 -
CMYK 0 0.75 0.60 0.13
HSL 348º 0.71% 0.54% -
HSV(B) 348º 0.75% 0.87% -
XYZ 33.04 18.92 11.36 -
YUV 109.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 221 56 89 0 0.75 0.60 0.13 348 0.71 0.54
Hex DD 38 59 0 4B 3C D 15C 47 36
Octal 335 70 131 0 113 74 15 534 107 66
Binary 11011101 111000 1011001 0 1001011 111100 1101 101011100 1000111 110110

Color Harmonies of #DD3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3859

Black with #DD3859

Text Example


Text Example

White with #DD3859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3859; }

 p { color: rgb(221,56,89); }

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

background-color css

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

 a { background-color: rgb(221,56,89); }

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

border-color css

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

 span { border-color: rgb(221,56,89); }

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