Html Css Color HEX #DD296F Cerise

📋 copy color: '#DD296F'

red 221 ◦ green 41 ◦ blue 111

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

Shades of Cerise #DD296F

Tints of Cerise #DD296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 59.25%
G = 10.99%
B = 29.76%

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

#DD296F (or 0xDD296F) is known color: Cerise. HEX triplet: DD, 29 and 6F. RGB value is (221,41,111). Sum of RGB (Red+Green+Blue) = 221+41+111=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD296F is #22D690. Grayscale: #666666. Windows color (decimal): -2283153 or 7285213. OLE color: 7285213.

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

Color convert

RGB 221 41 111 -
CMYK 0 0.81 0.50 0.13
HSL 336.67º 0.73% 0.51% -
HSV(B) 336.67º 0.81% 0.87% -
XYZ 33.48 18.11 16.77 -
YUV 102.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 221 41 111 0 0.81 0.50 0.13 336.67 0.73 0.51
Hex DD 29 6F 0 51 32 D 151 49 33
Octal 335 51 157 0 121 62 15 521 111 63
Binary 11011101 101001 1101111 0 1010001 110010 1101 101010001 1001001 110011

Color Harmonies of #DD296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD296F

Black with #DD296F

Text Example


Text Example

White with #DD296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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