Html Css Color HEX #DD3261 Cerise

📋 copy color: '#DD3261'

red 221 ◦ green 50 ◦ blue 97

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

Shades of Cerise #DD3261

Tints of Cerise #DD3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 60.05%
G = 13.59%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD3261 (or 0xDD3261) is known color: Cerise. HEX triplet: DD, 32 and 61. RGB value is (221,50,97). Sum of RGB (Red+Green+Blue) = 221+50+97=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3261 is #22CD9E. Grayscale: #6A6A6A. Windows color (decimal): -2280863 or 6370013. OLE color: 6370013.

HSL color Cylindrical-coordinate representation of color #DD3261: hue angle of 343.51º degrees, saturation: 0.72, 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 #DD3261 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 97 -
CMYK 0 0.77 0.56 0.13
HSL 343.51º 0.72% 0.53% -
HSV(B) 343.51º 0.77% 0.87% -
XYZ 33.12 18.52 13.14 -
YUV 106.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 221 50 97 0 0.77 0.56 0.13 343.51 0.72 0.53
Hex DD 32 61 0 4D 38 D 158 48 35
Octal 335 62 141 0 115 70 15 530 110 65
Binary 11011101 110010 1100001 0 1001101 111000 1101 101011000 1001000 110101

Color Harmonies of #DD3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3261

Black with #DD3261

Text Example


Text Example

White with #DD3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3261; }

 p { color: rgb(221,50,97); }

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

background-color css

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

 a { background-color: rgb(221,50,97); }

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

border-color css

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

 span { border-color: rgb(221,50,97); }

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