Html Css Color HEX #DD2967 Cerise

📋 copy color: '#DD2967'

red 221 ◦ green 41 ◦ blue 103

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

Shades of Cerise #DD2967

Tints of Cerise #DD2967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.22%

R = 60.55%
G = 11.23%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD2967 (or 0xDD2967) is known color: Cerise. HEX triplet: DD, 29 and 67. RGB value is (221,41,103). Sum of RGB (Red+Green+Blue) = 221+41+103=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2967 is #22D698. Grayscale: #656565. Windows color (decimal): -2283161 or 6760925. OLE color: 6760925.

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

Color convert

RGB 221 41 103 -
CMYK 0 0.81 0.53 0.13
HSL 339.33º 0.73% 0.51% -
HSV(B) 339.33º 0.81% 0.87% -
XYZ 33.06 17.94 14.55 -
YUV 101.89 128.63 212.96 -
System Red Green Blue C M Y K H S L
Decimal 221 41 103 0 0.81 0.53 0.13 339.33 0.73 0.51
Hex DD 29 67 0 51 35 D 153 49 33
Octal 335 51 147 0 121 65 15 523 111 63
Binary 11011101 101001 1100111 0 1010001 110101 1101 101010011 1001001 110011

Color Harmonies of #DD2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2967

Black with #DD2967

Text Example


Text Example

White with #DD2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2967; }

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

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

background-color css

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

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

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

border-color css

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

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

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