Html Css Color HEX #D1426D Cabaret

📋 copy color: '#D1426D'

red 209 ◦ green 66 ◦ blue 109

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

Shades of Cabaret #D1426D

Tints of Cabaret #D1426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

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

R = 54.43%
G = 17.19%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1426D (or 0xD1426D) is known color: Cabaret. HEX triplet: D1, 42 and 6D. RGB value is (209,66,109). Sum of RGB (Red+Green+Blue) = 209+66+109=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1426D is #2EBD92. Grayscale: #717171. Windows color (decimal): -3063187 or 7160529. OLE color: 7160529.

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

Color convert

RGB 209 66 109 -
CMYK 0 0.68 0.48 0.18
HSL 341.96º 0.61% 0.54% -
HSV(B) 341.96º 0.68% 0.82% -
XYZ 31 18.56 16.42 -
YUV 113.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 209 66 109 0 0.68 0.48 0.18 341.96 0.61 0.54
Hex D1 42 6D 0 44 30 12 156 3D 36
Octal 321 102 155 0 104 60 22 526 75 66
Binary 11010001 1000010 1101101 0 1000100 110000 10010 101010110 111101 110110

Color Harmonies of #D1426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1426D

Black with #D1426D

Text Example


Text Example

White with #D1426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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