Html Css Color HEX #DD3374 Cerise

📋 copy color: '#DD3374'

red 221 ◦ green 51 ◦ blue 116

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

Shades of Cerise #DD3374

Tints of Cerise #DD3374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

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

R = 56.96%
G = 13.14%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3374 (or 0xDD3374) is known color: Cerise. HEX triplet: DD, 33 and 74. RGB value is (221,51,116). Sum of RGB (Red+Green+Blue) = 221+51+116=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3374 is #22CC8B. Grayscale: #6D6D6D. Windows color (decimal): -2280588 or 7615453. OLE color: 7615453.

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

Color convert

RGB 221 51 116 -
CMYK 0 0.77 0.48 0.13
HSL 337.06º 0.71% 0.53% -
HSV(B) 337.06º 0.77% 0.87% -
XYZ 34.16 19 18.39 -
YUV 109.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 221 51 116 0 0.77 0.48 0.13 337.06 0.71 0.53
Hex DD 33 74 0 4D 30 D 151 47 35
Octal 335 63 164 0 115 60 15 521 107 65
Binary 11011101 110011 1110100 0 1001101 110000 1101 101010001 1000111 110101

Color Harmonies of #DD3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3374

Black with #DD3374

Text Example


Text Example

White with #DD3374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3374; }

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

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

background-color css

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

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

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

border-color css

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

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

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