Html Css Color HEX #DD295B Cerise

📋 copy color: '#DD295B'

red 221 ◦ green 41 ◦ blue 91

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

Shades of Cerise #DD295B

Tints of Cerise #DD295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.61%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 62.61%
G = 11.61%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD295B (or 0xDD295B) is known color: Cerise. HEX triplet: DD, 29 and 5B. RGB value is (221,41,91). Sum of RGB (Red+Green+Blue) = 221+41+91=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD295B is #22D6A4. Grayscale: #646464. Windows color (decimal): -2283173 or 5974493. OLE color: 5974493.

HSL color Cylindrical-coordinate representation of color #DD295B: hue angle of 343.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD295B is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 91 -
CMYK 0 0.81 0.59 0.13
HSL 343.33º 0.73% 0.51% -
HSV(B) 343.33º 0.81% 0.87% -
XYZ 32.5 17.71 11.6 -
YUV 100.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 221 41 91 0 0.81 0.59 0.13 343.33 0.73 0.51
Hex DD 29 5B 0 51 3B D 157 49 33
Octal 335 51 133 0 121 73 15 527 111 63
Binary 11011101 101001 1011011 0 1010001 111011 1101 101010111 1001001 110011

Color Harmonies of #DD295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD295B

Black with #DD295B

Text Example


Text Example

White with #DD295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD295B; }

 p { color: rgb(221,41,91); }

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

background-color css

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

 a { background-color: rgb(221,41,91); }

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

border-color css

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

 span { border-color: rgb(221,41,91); }

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