Html Css Color HEX #DD2962 Cerise

📋 copy color: '#DD2962'

red 221 ◦ green 41 ◦ blue 98

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

Shades of Cerise #DD2962

Tints of Cerise #DD2962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 61.39%
G = 11.39%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD2962 (or 0xDD2962) is known color: Cerise. HEX triplet: DD, 29 and 62. RGB value is (221,41,98). Sum of RGB (Red+Green+Blue) = 221+41+98=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2962 is #22D69D. Grayscale: #656565. Windows color (decimal): -2283166 or 6433245. OLE color: 6433245.

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

Color convert

RGB 221 41 98 -
CMYK 0 0.81 0.56 0.13
HSL 341º 0.73% 0.51% -
HSV(B) 341º 0.81% 0.87% -
XYZ 32.82 17.84 13.27 -
YUV 101.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 221 41 98 0 0.81 0.56 0.13 341 0.73 0.51
Hex DD 29 62 0 51 38 D 155 49 33
Octal 335 51 142 0 121 70 15 525 111 63
Binary 11011101 101001 1100010 0 1010001 111000 1101 101010101 1001001 110011

Color Harmonies of #DD2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2962

Black with #DD2962

Text Example


Text Example

White with #DD2962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2962; }

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

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

background-color css

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

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

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

border-color css

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

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

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