Html Css Color HEX #DD2969 Cerise

📋 copy color: '#DD2969'

red 221 ◦ green 41 ◦ blue 105

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

Shades of Cerise #DD2969

Tints of Cerise #DD2969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 60.22%
G = 11.17%
B = 28.61%

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

#DD2969 (or 0xDD2969) is known color: Cerise. HEX triplet: DD, 29 and 69. RGB value is (221,41,105). Sum of RGB (Red+Green+Blue) = 221+41+105=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2969 is #22D696. Grayscale: #666666. Windows color (decimal): -2283159 or 6891997. OLE color: 6891997.

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

Color convert

RGB 221 41 105 -
CMYK 0 0.81 0.52 0.13
HSL 338.67º 0.73% 0.51% -
HSV(B) 338.67º 0.81% 0.87% -
XYZ 33.16 17.98 15.09 -
YUV 102.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 221 41 105 0 0.81 0.52 0.13 338.67 0.73 0.51
Hex DD 29 69 0 51 34 D 153 49 33
Octal 335 51 151 0 121 64 15 523 111 63
Binary 11011101 101001 1101001 0 1010001 110100 1101 101010011 1001001 110011

Color Harmonies of #DD2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2969

Black with #DD2969

Text Example


Text Example

White with #DD2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2969; }

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

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

background-color css

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

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

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

border-color css

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

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

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