Html Css Color HEX #DD286E Cerise

📋 copy color: '#DD286E'

red 221 ◦ green 40 ◦ blue 110

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

Shades of Cerise #DD286E

Tints of Cerise #DD286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 59.57%
G = 10.78%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD286E (or 0xDD286E) is known color: Cerise. HEX triplet: DD, 28 and 6E. RGB value is (221,40,110). Sum of RGB (Red+Green+Blue) = 221+40+110=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD286E is #22D791. Grayscale: #656565. Windows color (decimal): -2283410 or 7219421. OLE color: 7219421.

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

Color convert

RGB 221 40 110 -
CMYK 0 0.82 0.50 0.13
HSL 336.8º 0.73% 0.51% -
HSV(B) 336.8º 0.82% 0.87% -
XYZ 33.39 18.02 16.47 -
YUV 102.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 221 40 110 0 0.82 0.50 0.13 336.8 0.73 0.51
Hex DD 28 6E 0 52 32 D 151 49 33
Octal 335 50 156 0 122 62 15 521 111 63
Binary 11011101 101000 1101110 0 1010010 110010 1101 101010001 1001001 110011

Color Harmonies of #DD286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD286E

Black with #DD286E

Text Example


Text Example

White with #DD286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD286E; }

 p { color: rgb(221,40,110); }

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

background-color css

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

 a { background-color: rgb(221,40,110); }

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

border-color css

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

 span { border-color: rgb(221,40,110); }

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