Html Css Color HEX #DD2773 Cerise

📋 copy color: '#DD2773'

red 221 ◦ green 39 ◦ blue 115

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

Shades of Cerise #DD2773

Tints of Cerise #DD2773

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 58.93%
G = 10.4%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2773 (or 0xDD2773) is known color: Cerise. HEX triplet: DD, 27 and 73. RGB value is (221,39,115). Sum of RGB (Red+Green+Blue) = 221+39+115=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2773 is #22D88C. Grayscale: #656565. Windows color (decimal): -2283661 or 7546845. OLE color: 7546845.

HSL color Cylindrical-coordinate representation of color #DD2773: hue angle of 334.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2773 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 115 -
CMYK 0 0.82 0.48 0.13
HSL 334.95º 0.73% 0.51% -
HSV(B) 334.95º 0.82% 0.87% -
XYZ 33.64 18.06 17.93 -
YUV 102.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 221 39 115 0 0.82 0.48 0.13 334.95 0.73 0.51
Hex DD 27 73 0 52 30 D 14F 49 33
Octal 335 47 163 0 122 60 15 517 111 63
Binary 11011101 100111 1110011 0 1010010 110000 1101 101001111 1001001 110011

Color Harmonies of #DD2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2773

Black with #DD2773

Text Example


Text Example

White with #DD2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2773; }

 p { color: rgb(221,39,115); }

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

background-color css

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

 a { background-color: rgb(221,39,115); }

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

border-color css

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

 span { border-color: rgb(221,39,115); }

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