Html Css Color HEX #DD279B Deep Cerise

📋 copy color: '#DD279B'

red 221 ◦ green 39 ◦ blue 155

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

Shades of Deep Cerise #DD279B

Tints of Deep Cerise #DD279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 53.25%
G = 9.4%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD279B (or 0xDD279B) is known color: Deep Cerise. HEX triplet: DD, 27 and 9B. RGB value is (221,39,155). Sum of RGB (Red+Green+Blue) = 221+39+155=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD279B is #22D864. Grayscale: #6A6A6A. Windows color (decimal): -2283621 or 10168285. OLE color: 10168285.

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

Color convert

RGB 221 39 155 -
CMYK 0 0.82 0.30 0.13
HSL 321.76º 0.73% 0.51% -
HSV(B) 321.76º 0.82% 0.87% -
XYZ 36.46 19.19 32.79 -
YUV 106.64 155.3 209.57 -
System Red Green Blue C M Y K H S L
Decimal 221 39 155 0 0.82 0.30 0.13 321.76 0.73 0.51
Hex DD 27 9B 0 52 1E D 142 49 33
Octal 335 47 233 0 122 36 15 502 111 63
Binary 11011101 100111 10011011 0 1010010 11110 1101 101000010 1001001 110011

Color Harmonies of #DD279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD279B

Black with #DD279B

Text Example


Text Example

White with #DD279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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