Html Css Color HEX #DD246E Cerise

📋 copy color: '#DD246E'

red 221 ◦ green 36 ◦ blue 110

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

Shades of Cerise #DD246E

Tints of Cerise #DD246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.81%

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

R = 60.22%
G = 9.81%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD246E (or 0xDD246E) is known color: Cerise. HEX triplet: DD, 24 and 6E. RGB value is (221,36,110). Sum of RGB (Red+Green+Blue) = 221+36+110=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD246E is #22DB91. Grayscale: #636363. Windows color (decimal): -2284434 or 7218397. OLE color: 7218397.

HSL color Cylindrical-coordinate representation of color #DD246E: hue angle of 336º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD246E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 110 -
CMYK 0 0.84 0.50 0.13
HSL 336º 0.73% 0.5% -
HSV(B) 336º 0.84% 0.87% -
XYZ 33.26 17.76 16.43 -
YUV 99.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 221 36 110 0 0.84 0.50 0.13 336 0.73 0.5
Hex DD 24 6E 0 54 32 D 150 49 32
Octal 335 44 156 0 124 62 15 520 111 62
Binary 11011101 100100 1101110 0 1010100 110010 1101 101010000 1001001 110010

Color Harmonies of #DD246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD246E

Black with #DD246E

Text Example


Text Example

White with #DD246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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