Html Css Color HEX #DD246F Cerise

📋 copy color: '#DD246F'

red 221 ◦ green 36 ◦ blue 111

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

Shades of Cerise #DD246F

Tints of Cerise #DD246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 60.05%
G = 9.78%
B = 30.16%

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

#DD246F (or 0xDD246F) is known color: Cerise. HEX triplet: DD, 24 and 6F. RGB value is (221,36,111). Sum of RGB (Red+Green+Blue) = 221+36+111=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD246F is #22DB90. Grayscale: #636363. Windows color (decimal): -2284433 or 7283933. OLE color: 7283933.

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

Color convert

RGB 221 36 111 -
CMYK 0 0.84 0.50 0.13
HSL 335.68º 0.73% 0.5% -
HSV(B) 335.68º 0.84% 0.87% -
XYZ 33.32 17.78 16.72 -
YUV 99.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 221 36 111 0 0.84 0.50 0.13 335.68 0.73 0.5
Hex DD 24 6F 0 54 32 D 150 49 32
Octal 335 44 157 0 124 62 15 520 111 62
Binary 11011101 100100 1101111 0 1010100 110010 1101 101010000 1001001 110010

Color Harmonies of #DD246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD246F

Black with #DD246F

Text Example


Text Example

White with #DD246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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