Html Css Color HEX #DD27A0 Deep Cerise

📋 copy color: '#DD27A0'

red 221 ◦ green 39 ◦ blue 160

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

Shades of Deep Cerise #DD27A0

Tints of Deep Cerise #DD27A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 52.62%
G = 9.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD27A0 (or 0xDD27A0) is known color: Deep Cerise. HEX triplet: DD, 27 and A0. RGB value is (221,39,160). Sum of RGB (Red+Green+Blue) = 221+39+160=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27A0 is #22D85F. Grayscale: #6A6A6A. Windows color (decimal): -2283616 or 10495965. OLE color: 10495965.

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

Color convert

RGB 221 39 160 -
CMYK 0 0.82 0.28 0.13
HSL 320.11º 0.73% 0.51% -
HSV(B) 320.11º 0.82% 0.87% -
XYZ 36.89 19.36 35.05 -
YUV 107.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 221 39 160 0 0.82 0.28 0.13 320.11 0.73 0.51
Hex DD 27 A0 0 52 1C D 140 49 33
Octal 335 47 240 0 122 34 15 500 111 63
Binary 11011101 100111 10100000 0 1010010 11100 1101 101000000 1001001 110011

Color Harmonies of #DD27A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27A0

Black with #DD27A0

Text Example


Text Example

White with #DD27A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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