Html Css Color HEX #DD246B Cerise

📋 copy color: '#DD246B'

red 221 ◦ green 36 ◦ blue 107

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

Shades of Cerise #DD246B

Tints of Cerise #DD246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 60.71%
G = 9.89%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD246B (or 0xDD246B) is known color: Cerise. HEX triplet: DD, 24 and 6B. RGB value is (221,36,107). Sum of RGB (Red+Green+Blue) = 221+36+107=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD246B is #22DB94. Grayscale: #636363. Windows color (decimal): -2284437 or 7021789. OLE color: 7021789.

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

Color convert

RGB 221 36 107 -
CMYK 0 0.84 0.52 0.13
HSL 336.97º 0.73% 0.5% -
HSV(B) 336.97º 0.84% 0.87% -
XYZ 33.1 17.7 15.58 -
YUV 99.41 132.29 214.73 -
System Red Green Blue C M Y K H S L
Decimal 221 36 107 0 0.84 0.52 0.13 336.97 0.73 0.5
Hex DD 24 6B 0 54 34 D 151 49 32
Octal 335 44 153 0 124 64 15 521 111 62
Binary 11011101 100100 1101011 0 1010100 110100 1101 101010001 1001001 110010

Color Harmonies of #DD246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD246B

Black with #DD246B

Text Example


Text Example

White with #DD246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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