Html Css Color HEX #DD4765 Cabaret

📋 copy color: '#DD4765'

red 221 ◦ green 71 ◦ blue 101

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

Shades of Cabaret #DD4765

Tints of Cabaret #DD4765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 56.23%
G = 18.07%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD4765 (or 0xDD4765) is known color: Cabaret. HEX triplet: DD, 47 and 65. RGB value is (221,71,101). Sum of RGB (Red+Green+Blue) = 221+71+101=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4765 is #22B89A. Grayscale: #777777. Windows color (decimal): -2275483 or 6637533. OLE color: 6637533.

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

Color convert

RGB 221 71 101 -
CMYK 0 0.68 0.54 0.13
HSL 348º 0.69% 0.57% -
HSV(B) 348º 0.68% 0.87% -
XYZ 34.42 20.82 14.52 -
YUV 119.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 221 71 101 0 0.68 0.54 0.13 348 0.69 0.57
Hex DD 47 65 0 44 36 D 15C 45 39
Octal 335 107 145 0 104 66 15 534 105 71
Binary 11011101 1000111 1100101 0 1000100 110110 1101 101011100 1000101 111001

Color Harmonies of #DD4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4765

Black with #DD4765

Text Example


Text Example

White with #DD4765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4765; }

 p { color: rgb(221,71,101); }

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

background-color css

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

 a { background-color: rgb(221,71,101); }

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

border-color css

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

 span { border-color: rgb(221,71,101); }

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