Html Css Color HEX #DD3861 Cerise

📋 copy color: '#DD3861'

red 221 ◦ green 56 ◦ blue 97

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

Shades of Cerise #DD3861

Tints of Cerise #DD3861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 59.09%
G = 14.97%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3861 (or 0xDD3861) is known color: Cerise. HEX triplet: DD, 38 and 61. RGB value is (221,56,97). Sum of RGB (Red+Green+Blue) = 221+56+97=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3861 is #22C79E. Grayscale: #6E6E6E. Windows color (decimal): -2279327 or 6371549. OLE color: 6371549.

HSL color Cylindrical-coordinate representation of color #DD3861: hue angle of 345.09º 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 #DD3861 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 97 -
CMYK 0 0.75 0.56 0.13
HSL 345.09º 0.71% 0.54% -
HSV(B) 345.09º 0.75% 0.87% -
XYZ 33.39 19.06 13.23 -
YUV 110.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 221 56 97 0 0.75 0.56 0.13 345.09 0.71 0.54
Hex DD 38 61 0 4B 38 D 159 47 36
Octal 335 70 141 0 113 70 15 531 107 66
Binary 11011101 111000 1100001 0 1001011 111000 1101 101011001 1000111 110110

Color Harmonies of #DD3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3861

Black with #DD3861

Text Example


Text Example

White with #DD3861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3861; }

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

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

background-color css

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

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

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

border-color css

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

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

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