Html Css Color HEX #DD2574 Cerise

📋 copy color: '#DD2574'

red 221 ◦ green 37 ◦ blue 116

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

Shades of Cerise #DD2574

Tints of Cerise #DD2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 59.09%
G = 9.89%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2574 (or 0xDD2574) is known color: Cerise. HEX triplet: DD, 25 and 74. RGB value is (221,37,116). Sum of RGB (Red+Green+Blue) = 221+37+116=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2574 is #22DA8B. Grayscale: #646464. Windows color (decimal): -2284172 or 7611869. OLE color: 7611869.

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

Color convert

RGB 221 37 116 -
CMYK 0 0.83 0.48 0.13
HSL 334.24º 0.73% 0.51% -
HSV(B) 334.24º 0.83% 0.87% -
XYZ 33.63 17.96 18.22 -
YUV 101.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 221 37 116 0 0.83 0.48 0.13 334.24 0.73 0.51
Hex DD 25 74 0 53 30 D 14E 49 33
Octal 335 45 164 0 123 60 15 516 111 63
Binary 11011101 100101 1110100 0 1010011 110000 1101 101001110 1001001 110011

Color Harmonies of #DD2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2574

Black with #DD2574

Text Example


Text Example

White with #DD2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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