Html Css Color HEX #DD2366 Cerise

📋 copy color: '#DD2366'

red 221 ◦ green 35 ◦ blue 102

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

Shades of Cerise #DD2366

Tints of Cerise #DD2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

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

R = 61.73%
G = 9.78%
B = 28.49%

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

#DD2366 (or 0xDD2366) is known color: Cerise. HEX triplet: DD, 23 and 66. RGB value is (221,35,102). Sum of RGB (Red+Green+Blue) = 221+35+102=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2366 is #22DC99. Grayscale: #626262. Windows color (decimal): -2284698 or 6693853. OLE color: 6693853.

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

Color convert

RGB 221 35 102 -
CMYK 0 0.84 0.54 0.13
HSL 338.39º 0.73% 0.5% -
HSV(B) 338.39º 0.84% 0.87% -
XYZ 32.82 17.53 14.22 -
YUV 98.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 221 35 102 0 0.84 0.54 0.13 338.39 0.73 0.5
Hex DD 23 66 0 54 36 D 152 49 32
Octal 335 43 146 0 124 66 15 522 111 62
Binary 11011101 100011 1100110 0 1010100 110110 1101 101010010 1001001 110010

Color Harmonies of #DD2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2366

Black with #DD2366

Text Example


Text Example

White with #DD2366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2366; }

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

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

background-color css

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

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

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

border-color css

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

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

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