Html Css Color HEX #DD296E Cerise

📋 copy color: '#DD296E'

red 221 ◦ green 41 ◦ blue 110

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

Shades of Cerise #DD296E

Tints of Cerise #DD296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 59.41%
G = 11.02%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD296E (or 0xDD296E) is known color: Cerise. HEX triplet: DD, 29 and 6E. RGB value is (221,41,110). Sum of RGB (Red+Green+Blue) = 221+41+110=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD296E is #22D691. Grayscale: #666666. Windows color (decimal): -2283154 or 7219677. OLE color: 7219677.

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

Color convert

RGB 221 41 110 -
CMYK 0 0.81 0.50 0.13
HSL 337º 0.73% 0.51% -
HSV(B) 337º 0.81% 0.87% -
XYZ 33.43 18.08 16.48 -
YUV 102.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 221 41 110 0 0.81 0.50 0.13 337 0.73 0.51
Hex DD 29 6E 0 51 32 D 151 49 33
Octal 335 51 156 0 121 62 15 521 111 63
Binary 11011101 101001 1101110 0 1010001 110010 1101 101010001 1001001 110011

Color Harmonies of #DD296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD296E

Black with #DD296E

Text Example


Text Example

White with #DD296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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