Html Css Color HEX #DD2C5F Cerise

📋 copy color: '#DD2C5F'

red 221 ◦ green 44 ◦ blue 95

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

Shades of Cerise #DD2C5F

Tints of Cerise #DD2C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.22%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 61.39%
G = 12.22%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD2C5F (or 0xDD2C5F) is known color: Cerise. HEX triplet: DD, 2C and 5F. RGB value is (221,44,95). Sum of RGB (Red+Green+Blue) = 221+44+95=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2C5F is #22D3A0. Grayscale: #666666. Windows color (decimal): -2282401 or 6237405. OLE color: 6237405.

HSL color Cylindrical-coordinate representation of color #DD2C5F: hue angle of 342.71º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C5F is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 95 -
CMYK 0 0.80 0.57 0.13
HSL 342.71º 0.72% 0.52% -
HSV(B) 342.71º 0.8% 0.87% -
XYZ 32.79 18 12.57 -
YUV 102.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 221 44 95 0 0.80 0.57 0.13 342.71 0.72 0.52
Hex DD 2C 5F 0 50 39 D 157 48 34
Octal 335 54 137 0 120 71 15 527 110 64
Binary 11011101 101100 1011111 0 1010000 111001 1101 101010111 1001000 110100

Color Harmonies of #DD2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C5F

Black with #DD2C5F

Text Example


Text Example

White with #DD2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C5F; }

 p { color: rgb(221,44,95); }

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

background-color css

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

 a { background-color: rgb(221,44,95); }

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

border-color css

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

 span { border-color: rgb(221,44,95); }

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