Html Css Color HEX #DD4D63 Cabaret

📋 copy color: '#DD4D63'

red 221 ◦ green 77 ◦ blue 99

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

Shades of Cabaret #DD4D63

Tints of Cabaret #DD4D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

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

R = 55.67%
G = 19.4%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4D63 (or 0xDD4D63) is known color: Cabaret. HEX triplet: DD, 4D and 63. RGB value is (221,77,99). Sum of RGB (Red+Green+Blue) = 221+77+99=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D63 is #22B29C. Grayscale: #7A7A7A. Windows color (decimal): -2273949 or 6507997. OLE color: 6507997.

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

Color convert

RGB 221 77 99 -
CMYK 0 0.65 0.55 0.13
HSL 350.83º 0.68% 0.58% -
HSV(B) 350.83º 0.65% 0.87% -
XYZ 34.72 21.58 14.14 -
YUV 122.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 221 77 99 0 0.65 0.55 0.13 350.83 0.68 0.58
Hex DD 4D 63 0 41 37 D 15F 44 3A
Octal 335 115 143 0 101 67 15 537 104 72
Binary 11011101 1001101 1100011 0 1000001 110111 1101 101011111 1000100 111010

Color Harmonies of #DD4D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D63

Black with #DD4D63

Text Example


Text Example

White with #DD4D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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