Html Css Color HEX #DD2974 Cerise

📋 copy color: '#DD2974'

red 221 ◦ green 41 ◦ blue 116

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

Shades of Cerise #DD2974

Tints of Cerise #DD2974

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.85%

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

R = 58.47%
G = 10.85%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2974 (or 0xDD2974) is known color: Cerise. HEX triplet: DD, 29 and 74. RGB value is (221,41,116). Sum of RGB (Red+Green+Blue) = 221+41+116=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2974 is #22D68B. Grayscale: #676767. Windows color (decimal): -2283148 or 7612893. OLE color: 7612893.

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

Color convert

RGB 221 41 116 -
CMYK 0 0.81 0.48 0.13
HSL 335º 0.73% 0.51% -
HSV(B) 335º 0.81% 0.87% -
XYZ 33.76 18.22 18.26 -
YUV 103.37 135.13 211.9 -
System Red Green Blue C M Y K H S L
Decimal 221 41 116 0 0.81 0.48 0.13 335 0.73 0.51
Hex DD 29 74 0 51 30 D 14F 49 33
Octal 335 51 164 0 121 60 15 517 111 63
Binary 11011101 101001 1110100 0 1010001 110000 1101 101001111 1001001 110011

Color Harmonies of #DD2974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2974

Black with #DD2974

Text Example


Text Example

White with #DD2974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2974; }

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

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

background-color css

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

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

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

border-color css

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

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

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