Html Css Color HEX #DD3275 Cerise

📋 copy color: '#DD3275'

red 221 ◦ green 50 ◦ blue 117

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

Shades of Cerise #DD3275

Tints of Cerise #DD3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 56.96%
G = 12.89%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3275 (or 0xDD3275) is known color: Cerise. HEX triplet: DD, 32 and 75. RGB value is (221,50,117). Sum of RGB (Red+Green+Blue) = 221+50+117=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3275 is #22CD8A. Grayscale: #6C6C6C. Windows color (decimal): -2280843 or 7680733. OLE color: 7680733.

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

Color convert

RGB 221 50 117 -
CMYK 0 0.77 0.47 0.13
HSL 336.49º 0.72% 0.53% -
HSV(B) 336.49º 0.77% 0.87% -
XYZ 34.17 18.94 18.68 -
YUV 108.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 221 50 117 0 0.77 0.47 0.13 336.49 0.72 0.53
Hex DD 32 75 0 4D 2F D 150 48 35
Octal 335 62 165 0 115 57 15 520 110 65
Binary 11011101 110010 1110101 0 1001101 101111 1101 101010000 1001000 110101

Color Harmonies of #DD3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3275

Black with #DD3275

Text Example


Text Example

White with #DD3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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