Html Css Color HEX #DD2466 Cerise

📋 copy color: '#DD2466'

red 221 ◦ green 36 ◦ blue 102

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

Shades of Cerise #DD2466

Tints of Cerise #DD2466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 61.56%
G = 10.03%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD2466 (or 0xDD2466) is known color: Cerise. HEX triplet: DD, 24 and 66. RGB value is (221,36,102). Sum of RGB (Red+Green+Blue) = 221+36+102=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2466 is #22DB99. Grayscale: #626262. Windows color (decimal): -2284442 or 6694109. OLE color: 6694109.

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

Color convert

RGB 221 36 102 -
CMYK 0 0.84 0.54 0.13
HSL 338.59º 0.73% 0.5% -
HSV(B) 338.59º 0.84% 0.87% -
XYZ 32.85 17.59 14.23 -
YUV 98.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 221 36 102 0 0.84 0.54 0.13 338.59 0.73 0.5
Hex DD 24 66 0 54 36 D 153 49 32
Octal 335 44 146 0 124 66 15 523 111 62
Binary 11011101 100100 1100110 0 1010100 110110 1101 101010011 1001001 110010

Color Harmonies of #DD2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2466

Black with #DD2466

Text Example


Text Example

White with #DD2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2466; }

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

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

background-color css

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

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

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

border-color css

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

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

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