Html Css Color HEX #D1426B Cabaret

📋 copy color: '#D1426B'

red 209 ◦ green 66 ◦ blue 107

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

Shades of Cabaret #D1426B

Tints of Cabaret #D1426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 54.71%
G = 17.28%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1426B (or 0xD1426B) is known color: Cabaret. HEX triplet: D1, 42 and 6B. RGB value is (209,66,107). Sum of RGB (Red+Green+Blue) = 209+66+107=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1426B is #2EBD94. Grayscale: #717171. Windows color (decimal): -3063189 or 7029457. OLE color: 7029457.

HSL color Cylindrical-coordinate representation of color #D1426B: hue angle of 342.8º 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 #D1426B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 107 -
CMYK 0 0.68 0.49 0.18
HSL 342.8º 0.61% 0.54% -
HSV(B) 342.8º 0.68% 0.82% -
XYZ 30.9 18.51 15.85 -
YUV 113.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 209 66 107 0 0.68 0.49 0.18 342.8 0.61 0.54
Hex D1 42 6B 0 44 31 12 157 3D 36
Octal 321 102 153 0 104 61 22 527 75 66
Binary 11010001 1000010 1101011 0 1000100 110001 10010 101010111 111101 110110

Color Harmonies of #D1426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1426B

Black with #D1426B

Text Example


Text Example

White with #D1426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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