Html Css Color HEX #DD3174 Cerise

📋 copy color: '#DD3174'

red 221 ◦ green 49 ◦ blue 116

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

Shades of Cerise #DD3174

Tints of Cerise #DD3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

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

R = 57.25%
G = 12.69%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3174 (or 0xDD3174) is known color: Cerise. HEX triplet: DD, 31 and 74. RGB value is (221,49,116). Sum of RGB (Red+Green+Blue) = 221+49+116=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3174 is #22CE8B. Grayscale: #6B6B6B. Windows color (decimal): -2281100 or 7614941. OLE color: 7614941.

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

Color convert

RGB 221 49 116 -
CMYK 0 0.78 0.48 0.13
HSL 336.63º 0.72% 0.53% -
HSV(B) 336.63º 0.78% 0.87% -
XYZ 34.07 18.83 18.36 -
YUV 108.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 221 49 116 0 0.78 0.48 0.13 336.63 0.72 0.53
Hex DD 31 74 0 4E 30 D 151 48 35
Octal 335 61 164 0 116 60 15 521 110 65
Binary 11011101 110001 1110100 0 1001110 110000 1101 101010001 1001000 110101

Color Harmonies of #DD3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3174

Black with #DD3174

Text Example


Text Example

White with #DD3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3174; }

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

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

background-color css

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

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

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

border-color css

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

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

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