Html Css Color HEX #D4416D Cabaret

📋 copy color: '#D4416D'

red 212 ◦ green 65 ◦ blue 109

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

Shades of Cabaret #D4416D

Tints of Cabaret #D4416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

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

R = 54.92%
G = 16.84%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4416D (or 0xD4416D) is known color: Cabaret. HEX triplet: D4, 41 and 6D. RGB value is (212,65,109). Sum of RGB (Red+Green+Blue) = 212+65+109=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4416D is #2BBE92. Grayscale: #717171. Windows color (decimal): -2866835 or 7160276. OLE color: 7160276.

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

Color convert

RGB 212 65 109 -
CMYK 0 0.69 0.49 0.17
HSL 342.04º 0.63% 0.54% -
HSV(B) 342.04º 0.69% 0.83% -
XYZ 31.8 18.88 16.44 -
YUV 113.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 212 65 109 0 0.69 0.49 0.17 342.04 0.63 0.54
Hex D4 41 6D 0 45 31 11 156 3F 36
Octal 324 101 155 0 105 61 21 526 77 66
Binary 11010100 1000001 1101101 0 1000101 110001 10001 101010110 111111 110110

Color Harmonies of #D4416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4416D

Black with #D4416D

Text Example


Text Example

White with #D4416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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