Html Css Color HEX #DD2673 Cerise

📋 copy color: '#DD2673'

red 221 ◦ green 38 ◦ blue 115

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

Shades of Cerise #DD2673

Tints of Cerise #DD2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.16%

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

R = 59.09%
G = 10.16%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2673 (or 0xDD2673) is known color: Cerise. HEX triplet: DD, 26 and 73. RGB value is (221,38,115). Sum of RGB (Red+Green+Blue) = 221+38+115=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2673 is #22D98C. Grayscale: #656565. Windows color (decimal): -2283917 or 7546589. OLE color: 7546589.

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

Color convert

RGB 221 38 115 -
CMYK 0 0.83 0.48 0.13
HSL 334.75º 0.73% 0.51% -
HSV(B) 334.75º 0.83% 0.87% -
XYZ 33.61 18 17.92 -
YUV 101.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 221 38 115 0 0.83 0.48 0.13 334.75 0.73 0.51
Hex DD 26 73 0 53 30 D 14F 49 33
Octal 335 46 163 0 123 60 15 517 111 63
Binary 11011101 100110 1110011 0 1010011 110000 1101 101001111 1001001 110011

Color Harmonies of #DD2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2673

Black with #DD2673

Text Example


Text Example

White with #DD2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2673; }

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

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

background-color css

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

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

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

border-color css

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

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

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