Html Css Color HEX #DD4286 Deep Cerise

📋 copy color: '#DD4286'

red 221 ◦ green 66 ◦ blue 134

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

Shades of Deep Cerise #DD4286

Tints of Deep Cerise #DD4286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

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

R = 52.49%
G = 15.68%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4286 (or 0xDD4286) is known color: Deep Cerise. HEX triplet: DD, 42 and 86. RGB value is (221,66,134). Sum of RGB (Red+Green+Blue) = 221+66+134=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4286 is #22BD79. Grayscale: #777777. Windows color (decimal): -2276730 or 8798941. OLE color: 8798941.

HSL color Cylindrical-coordinate representation of color #DD4286: hue angle of 333.68º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4286 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 134 -
CMYK 0 0.70 0.39 0.13
HSL 333.68º 0.7% 0.56% -
HSV(B) 333.68º 0.7% 0.87% -
XYZ 36.07 20.99 24.7 -
YUV 120.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 221 66 134 0 0.70 0.39 0.13 333.68 0.7 0.56
Hex DD 42 86 0 46 27 D 14E 46 38
Octal 335 102 206 0 106 47 15 516 106 70
Binary 11011101 1000010 10000110 0 1000110 100111 1101 101001110 1000110 111000

Color Harmonies of #DD4286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4286

Black with #DD4286

Text Example


Text Example

White with #DD4286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4286; }

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

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

background-color css

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

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

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

border-color css

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

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

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