Html Css Color HEX #D1416D Cabaret

📋 copy color: '#D1416D'

red 209 ◦ green 65 ◦ blue 109

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

Shades of Cabaret #D1416D

Tints of Cabaret #D1416D

RGB

 RED value IS 209 (82.03% from 255) = 54.57%

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

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

R = 54.57%
G = 16.97%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1416D (or 0xD1416D) is known color: Cabaret. HEX triplet: D1, 41 and 6D. RGB value is (209,65,109). Sum of RGB (Red+Green+Blue) = 209+65+109=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1416D is #2EBE92. Grayscale: #717171. Windows color (decimal): -3063443 or 7160273. OLE color: 7160273.

HSL color Cylindrical-coordinate representation of color #D1416D: hue angle of 341.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1416D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 109 -
CMYK 0 0.69 0.48 0.18
HSL 341.67º 0.61% 0.54% -
HSV(B) 341.67º 0.69% 0.82% -
XYZ 30.95 18.44 16.4 -
YUV 113.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 209 65 109 0 0.69 0.48 0.18 341.67 0.61 0.54
Hex D1 41 6D 0 45 30 12 156 3D 36
Octal 321 101 155 0 105 60 22 526 75 66
Binary 11010001 1000001 1101101 0 1000101 110000 10010 101010110 111101 110110

Color Harmonies of #D1416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1416D

Black with #D1416D

Text Example


Text Example

White with #D1416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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