Html Css Color HEX #DD4662 Cabaret

📋 copy color: '#DD4662'

red 221 ◦ green 70 ◦ blue 98

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

Shades of Cabaret #DD4662

Tints of Cabaret #DD4662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 56.81%
G = 17.99%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4662 (or 0xDD4662) is known color: Cabaret. HEX triplet: DD, 46 and 62. RGB value is (221,70,98). Sum of RGB (Red+Green+Blue) = 221+70+98=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4662 is #22B99D. Grayscale: #767676. Windows color (decimal): -2275742 or 6440669. OLE color: 6440669.

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

Color convert

RGB 221 70 98 -
CMYK 0 0.68 0.56 0.13
HSL 348.87º 0.69% 0.57% -
HSV(B) 348.87º 0.68% 0.87% -
XYZ 34.21 20.63 13.73 -
YUV 118.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 221 70 98 0 0.68 0.56 0.13 348.87 0.69 0.57
Hex DD 46 62 0 44 38 D 15D 45 39
Octal 335 106 142 0 104 70 15 535 105 71
Binary 11011101 1000110 1100010 0 1000100 111000 1101 101011101 1000101 111001

Color Harmonies of #DD4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4662

Black with #DD4662

Text Example


Text Example

White with #DD4662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4662; }

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

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

background-color css

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

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

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

border-color css

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

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

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