Html Css Color HEX #D4506F Cabaret

📋 copy color: '#D4506F'

red 212 ◦ green 80 ◦ blue 111

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

Shades of Cabaret #D4506F

Tints of Cabaret #D4506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

 BLUE value IS 111 (43.75% from 255) = 27.54%

R = 52.61%
G = 19.85%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4506F (or 0xD4506F) is known color: Cabaret. HEX triplet: D4, 50 and 6F. RGB value is (212,80,111). Sum of RGB (Red+Green+Blue) = 212+80+111=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4506F is #2BAF90. Grayscale: #7B7B7B. Windows color (decimal): -2862993 or 7295188. OLE color: 7295188.

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

Color convert

RGB 212 80 111 -
CMYK 0 0.62 0.48 0.17
HSL 345.91º 0.61% 0.57% -
HSV(B) 345.91º 0.62% 0.83% -
XYZ 32.89 20.88 17.34 -
YUV 123 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 212 80 111 0 0.62 0.48 0.17 345.91 0.61 0.57
Hex D4 50 6F 0 3E 30 11 15A 3D 39
Octal 324 120 157 0 76 60 21 532 75 71
Binary 11010100 1010000 1101111 0 111110 110000 10001 101011010 111101 111001

Color Harmonies of #D4506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4506F

Black with #D4506F

Text Example


Text Example

White with #D4506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4506F; }

 p { color: rgb(212,80,111); }

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

background-color css

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

 a { background-color: rgb(212,80,111); }

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

border-color css

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

 span { border-color: rgb(212,80,111); }

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