Html Css Color HEX #DD278D Deep Cerise

📋 copy color: '#DD278D'

red 221 ◦ green 39 ◦ blue 141

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

Shades of Deep Cerise #DD278D

Tints of Deep Cerise #DD278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 55.11%
G = 9.73%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD278D (or 0xDD278D) is known color: Deep Cerise. HEX triplet: DD, 27 and 8D. RGB value is (221,39,141). Sum of RGB (Red+Green+Blue) = 221+39+141=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD278D is #22D872. Grayscale: #686868. Windows color (decimal): -2283635 or 9250781. OLE color: 9250781.

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

Color convert

RGB 221 39 141 -
CMYK 0 0.82 0.36 0.13
HSL 326.37º 0.73% 0.51% -
HSV(B) 326.37º 0.82% 0.87% -
XYZ 35.35 18.75 26.95 -
YUV 105.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 221 39 141 0 0.82 0.36 0.13 326.37 0.73 0.51
Hex DD 27 8D 0 52 24 D 146 49 33
Octal 335 47 215 0 122 44 15 506 111 63
Binary 11011101 100111 10001101 0 1010010 100100 1101 101000110 1001001 110011

Color Harmonies of #DD278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD278D

Black with #DD278D

Text Example


Text Example

White with #DD278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD278D; }

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

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

background-color css

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

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

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

border-color css

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

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

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