Html Css Color HEX #D4466D Cabaret

📋 copy color: '#D4466D'

red 212 ◦ green 70 ◦ blue 109

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

Shades of Cabaret #D4466D

Tints of Cabaret #D4466D

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

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

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 54.22%
G = 17.9%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4466D (or 0xD4466D) is known color: Cabaret. HEX triplet: D4, 46 and 6D. RGB value is (212,70,109). Sum of RGB (Red+Green+Blue) = 212+70+109=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4466D is #2BB992. Grayscale: #747474. Windows color (decimal): -2865555 or 7161556. OLE color: 7161556.

HSL color Cylindrical-coordinate representation of color #D4466D: hue angle of 343.52º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4466D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 70 109 -
CMYK 0 0.67 0.49 0.17
HSL 343.52º 0.62% 0.55% -
HSV(B) 343.52º 0.67% 0.83% -
XYZ 32.1 19.48 16.54 -
YUV 116.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 212 70 109 0 0.67 0.49 0.17 343.52 0.62 0.55
Hex D4 46 6D 0 43 31 11 158 3E 37
Octal 324 106 155 0 103 61 21 530 76 67
Binary 11010100 1000110 1101101 0 1000011 110001 10001 101011000 111110 110111

Color Harmonies of #D4466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4466D

Black with #D4466D

Text Example


Text Example

White with #D4466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4466D; }

 p { color: rgb(212,70,109); }

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

background-color css

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

 a { background-color: rgb(212,70,109); }

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

border-color css

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

 span { border-color: rgb(212,70,109); }

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