Html Css Color HEX #DD4663 Cabaret

📋 copy color: '#DD4663'

red 221 ◦ green 70 ◦ blue 99

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

Shades of Cabaret #DD4663

Tints of Cabaret #DD4663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.95%

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

R = 56.67%
G = 17.95%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4663 (or 0xDD4663) is known color: Cabaret. HEX triplet: DD, 46 and 63. RGB value is (221,70,99). Sum of RGB (Red+Green+Blue) = 221+70+99=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4663 is #22B99C. Grayscale: #767676. Windows color (decimal): -2275741 or 6506205. OLE color: 6506205.

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

Color convert

RGB 221 70 99 -
CMYK 0 0.68 0.55 0.13
HSL 348.48º 0.69% 0.57% -
HSV(B) 348.48º 0.68% 0.87% -
XYZ 34.26 20.65 13.99 -
YUV 118.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 221 70 99 0 0.68 0.55 0.13 348.48 0.69 0.57
Hex DD 46 63 0 44 37 D 15C 45 39
Octal 335 106 143 0 104 67 15 534 105 71
Binary 11011101 1000110 1100011 0 1000100 110111 1101 101011100 1000101 111001

Color Harmonies of #DD4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4663

Black with #DD4663

Text Example


Text Example

White with #DD4663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4663; }

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

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

background-color css

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

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

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

border-color css

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

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

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