Html Css Color HEX #DD2874 Cerise

📋 copy color: '#DD2874'

red 221 ◦ green 40 ◦ blue 116

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

Shades of Cerise #DD2874

Tints of Cerise #DD2874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 58.62%
G = 10.61%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2874 (or 0xDD2874) is known color: Cerise. HEX triplet: DD, 28 and 74. RGB value is (221,40,116). Sum of RGB (Red+Green+Blue) = 221+40+116=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2874 is #22D78B. Grayscale: #666666. Windows color (decimal): -2283404 or 7612637. OLE color: 7612637.

HSL color Cylindrical-coordinate representation of color #DD2874: hue angle of 334.81º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2874 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 116 -
CMYK 0 0.82 0.48 0.13
HSL 334.81º 0.73% 0.51% -
HSV(B) 334.81º 0.82% 0.87% -
XYZ 33.73 18.15 18.25 -
YUV 102.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 221 40 116 0 0.82 0.48 0.13 334.81 0.73 0.51
Hex DD 28 74 0 52 30 D 14F 49 33
Octal 335 50 164 0 122 60 15 517 111 63
Binary 11011101 101000 1110100 0 1010010 110000 1101 101001111 1001001 110011

Color Harmonies of #DD2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2874

Black with #DD2874

Text Example


Text Example

White with #DD2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2874; }

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

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

background-color css

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

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

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

border-color css

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

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

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