Html Css Color HEX #DD296C Cerise

📋 copy color: '#DD296C'

red 221 ◦ green 41 ◦ blue 108

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

Shades of Cerise #DD296C

Tints of Cerise #DD296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 59.73%
G = 11.08%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD296C (or 0xDD296C) is known color: Cerise. HEX triplet: DD, 29 and 6C. RGB value is (221,41,108). Sum of RGB (Red+Green+Blue) = 221+41+108=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD296C is #22D693. Grayscale: #666666. Windows color (decimal): -2283156 or 7088605. OLE color: 7088605.

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

Color convert

RGB 221 41 108 -
CMYK 0 0.81 0.51 0.13
HSL 337.67º 0.73% 0.51% -
HSV(B) 337.67º 0.81% 0.87% -
XYZ 33.32 18.04 15.91 -
YUV 102.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 221 41 108 0 0.81 0.51 0.13 337.67 0.73 0.51
Hex DD 29 6C 0 51 33 D 152 49 33
Octal 335 51 154 0 121 63 15 522 111 63
Binary 11011101 101001 1101100 0 1010001 110011 1101 101010010 1001001 110011

Color Harmonies of #DD296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD296C

Black with #DD296C

Text Example


Text Example

White with #DD296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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