Html Css Color HEX #DD2686 Deep Cerise

📋 copy color: '#DD2686'

red 221 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #DD2686

Tints of Deep Cerise #DD2686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 56.23%
G = 9.67%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2686 (or 0xDD2686) is known color: Deep Cerise. HEX triplet: DD, 26 and 86. RGB value is (221,38,134). Sum of RGB (Red+Green+Blue) = 221+38+134=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2686 is #22D979. Grayscale: #676767. Windows color (decimal): -2283898 or 8791773. OLE color: 8791773.

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

Color convert

RGB 221 38 134 -
CMYK 0 0.83 0.39 0.13
HSL 328.52º 0.73% 0.51% -
HSV(B) 328.52º 0.83% 0.87% -
XYZ 34.81 18.48 24.29 -
YUV 103.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 221 38 134 0 0.83 0.39 0.13 328.52 0.73 0.51
Hex DD 26 86 0 53 27 D 149 49 33
Octal 335 46 206 0 123 47 15 511 111 63
Binary 11011101 100110 10000110 0 1010011 100111 1101 101001001 1001001 110011

Color Harmonies of #DD2686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2686

Black with #DD2686

Text Example


Text Example

White with #DD2686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2686; }

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

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

background-color css

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

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

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

border-color css

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

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

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