Html Css Color HEX #DD296B Cerise

📋 copy color: '#DD296B'

red 221 ◦ green 41 ◦ blue 107

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

Shades of Cerise #DD296B

Tints of Cerise #DD296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 59.89%
G = 11.11%
B = 29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD296B (or 0xDD296B) is known color: Cerise. HEX triplet: DD, 29 and 6B. RGB value is (221,41,107). Sum of RGB (Red+Green+Blue) = 221+41+107=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD296B is #22D694. Grayscale: #666666. Windows color (decimal): -2283157 or 7023069. OLE color: 7023069.

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

Color convert

RGB 221 41 107 -
CMYK 0 0.81 0.52 0.13
HSL 338º 0.73% 0.51% -
HSV(B) 338º 0.81% 0.87% -
XYZ 33.27 18.02 15.63 -
YUV 102.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 221 41 107 0 0.81 0.52 0.13 338 0.73 0.51
Hex DD 29 6B 0 51 34 D 152 49 33
Octal 335 51 153 0 121 64 15 522 111 63
Binary 11011101 101001 1101011 0 1010001 110100 1101 101010010 1001001 110011

Color Harmonies of #DD296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD296B

Black with #DD296B

Text Example


Text Example

White with #DD296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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