Html Css Color HEX #DD2D5E Cerise

📋 copy color: '#DD2D5E'

red 221 ◦ green 45 ◦ blue 94

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

Shades of Cerise #DD2D5E

Tints of Cerise #DD2D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 61.39%
G = 12.5%
B = 26.11%

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

#DD2D5E (or 0xDD2D5E) is known color: Cerise. HEX triplet: DD, 2D and 5E. RGB value is (221,45,94). Sum of RGB (Red+Green+Blue) = 221+45+94=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D5E is #22D2A1. Grayscale: #676767. Windows color (decimal): -2282146 or 6172125. OLE color: 6172125.

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

Color convert

RGB 221 45 94 -
CMYK 0 0.80 0.57 0.13
HSL 343.3º 0.72% 0.52% -
HSV(B) 343.3º 0.8% 0.87% -
XYZ 32.78 18.06 12.35 -
YUV 103.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 221 45 94 0 0.80 0.57 0.13 343.3 0.72 0.52
Hex DD 2D 5E 0 50 39 D 157 48 34
Octal 335 55 136 0 120 71 15 527 110 64
Binary 11011101 101101 1011110 0 1010000 111001 1101 101010111 1001000 110100

Color Harmonies of #DD2D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D5E

Black with #DD2D5E

Text Example


Text Example

White with #DD2D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D5E; }

 p { color: rgb(221,45,94); }

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

background-color css

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

 a { background-color: rgb(221,45,94); }

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

border-color css

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

 span { border-color: rgb(221,45,94); }

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