Html Css Color HEX #DD3874 Cerise

📋 copy color: '#DD3874'

red 221 ◦ green 56 ◦ blue 116

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

Shades of Cerise #DD3874

Tints of Cerise #DD3874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 56.23%
G = 14.25%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3874 (or 0xDD3874) is known color: Cerise. HEX triplet: DD, 38 and 74. RGB value is (221,56,116). Sum of RGB (Red+Green+Blue) = 221+56+116=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3874 is #22C78B. Grayscale: #707070. Windows color (decimal): -2279308 or 7616733. OLE color: 7616733.

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

Color convert

RGB 221 56 116 -
CMYK 0 0.75 0.48 0.13
HSL 338.18º 0.71% 0.54% -
HSV(B) 338.18º 0.75% 0.87% -
XYZ 34.39 19.46 18.47 -
YUV 112.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 221 56 116 0 0.75 0.48 0.13 338.18 0.71 0.54
Hex DD 38 74 0 4B 30 D 152 47 36
Octal 335 70 164 0 113 60 15 522 107 66
Binary 11011101 111000 1110100 0 1001011 110000 1101 101010010 1000111 110110

Color Harmonies of #DD3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3874

Black with #DD3874

Text Example


Text Example

White with #DD3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3874; }

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

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

background-color css

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

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

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

border-color css

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

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

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