Html Css Color HEX #DD2663 Cerise

📋 copy color: '#DD2663'

red 221 ◦ green 38 ◦ blue 99

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

Shades of Cerise #DD2663

Tints of Cerise #DD2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 61.73%
G = 10.61%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD2663 (or 0xDD2663) is known color: Cerise. HEX triplet: DD, 26 and 63. RGB value is (221,38,99). Sum of RGB (Red+Green+Blue) = 221+38+99=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2663 is #22D99C. Grayscale: #636363. Windows color (decimal): -2283933 or 6498013. OLE color: 6498013.

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

Color convert

RGB 221 38 99 -
CMYK 0 0.83 0.55 0.13
HSL 340º 0.73% 0.51% -
HSV(B) 340º 0.83% 0.87% -
XYZ 32.76 17.66 13.49 -
YUV 99.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 221 38 99 0 0.83 0.55 0.13 340 0.73 0.51
Hex DD 26 63 0 53 37 D 154 49 33
Octal 335 46 143 0 123 67 15 524 111 63
Binary 11011101 100110 1100011 0 1010011 110111 1101 101010100 1001001 110011

Color Harmonies of #DD2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2663

Black with #DD2663

Text Example


Text Example

White with #DD2663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2663; }

 p { color: rgb(221,38,99); }

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

background-color css

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

 a { background-color: rgb(221,38,99); }

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

border-color css

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

 span { border-color: rgb(221,38,99); }

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