Html Css Color HEX #D4616D Cabaret

📋 copy color: '#D4616D'

red 212 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #D4616D

Tints of Cabaret #D4616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

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

R = 50.72%
G = 23.21%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4616D (or 0xD4616D) is known color: Cabaret. HEX triplet: D4, 61 and 6D. RGB value is (212,97,109). Sum of RGB (Red+Green+Blue) = 212+97+109=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4616D is #2B9E92. Grayscale: #848484. Windows color (decimal): -2858643 or 7168468. OLE color: 7168468.

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

Color convert

RGB 212 97 109 -
CMYK 0 0.54 0.49 0.17
HSL 353.74º 0.57% 0.61% -
HSV(B) 353.74º 0.54% 0.83% -
XYZ 34.19 23.65 17.23 -
YUV 132.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 212 97 109 0 0.54 0.49 0.17 353.74 0.57 0.61
Hex D4 61 6D 0 36 31 11 162 39 3D
Octal 324 141 155 0 66 61 21 542 71 75
Binary 11010100 1100001 1101101 0 110110 110001 10001 101100010 111001 111101

Color Harmonies of #D4616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4616D

Black with #D4616D

Text Example


Text Example

White with #D4616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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