Html Css Color HEX #DD27A2 Deep Cerise

📋 copy color: '#DD27A2'

red 221 ◦ green 39 ◦ blue 162

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

Shades of Deep Cerise #DD27A2

Tints of Deep Cerise #DD27A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 52.37%
G = 9.24%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD27A2 (or 0xDD27A2) is known color: Deep Cerise. HEX triplet: DD, 27 and A2. RGB value is (221,39,162). Sum of RGB (Red+Green+Blue) = 221+39+162=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27A2 is #22D85D. Grayscale: #6B6B6B. Windows color (decimal): -2283614 or 10627037. OLE color: 10627037.

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

Color convert

RGB 221 39 162 -
CMYK 0 0.82 0.27 0.13
HSL 319.45º 0.73% 0.51% -
HSV(B) 319.45º 0.82% 0.87% -
XYZ 37.07 19.43 35.98 -
YUV 107.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 221 39 162 0 0.82 0.27 0.13 319.45 0.73 0.51
Hex DD 27 A2 0 52 1B D 13F 49 33
Octal 335 47 242 0 122 33 15 477 111 63
Binary 11011101 100111 10100010 0 1010010 11011 1101 100111111 1001001 110011

Color Harmonies of #DD27A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27A2

Black with #DD27A2

Text Example


Text Example

White with #DD27A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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