Html Css Color HEX #D34C6B Cabaret

📋 copy color: '#D34C6B'

red 211 ◦ green 76 ◦ blue 107

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

Shades of Cabaret #D34C6B

Tints of Cabaret #D34C6B

RGB

 RED value IS 211 (82.81% from 255) = 53.55%

 GREEN value IS 76 (30.08% from 255) = 19.29%

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

R = 53.55%
G = 19.29%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D34C6B (or 0xD34C6B) is known color: Cabaret. HEX triplet: D3, 4C and 6B. RGB value is (211,76,107). Sum of RGB (Red+Green+Blue) = 211+76+107=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C6B is #2CB394. Grayscale: #777777. Windows color (decimal): -2929557 or 7032019. OLE color: 7032019.

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

Color convert

RGB 211 76 107 -
CMYK 0 0.64 0.49 0.17
HSL 346.22º 0.61% 0.56% -
HSV(B) 346.22º 0.64% 0.83% -
XYZ 32.1 20.08 16.09 -
YUV 119.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 211 76 107 0 0.64 0.49 0.17 346.22 0.61 0.56
Hex D3 4C 6B 0 40 31 11 15A 3D 38
Octal 323 114 153 0 100 61 21 532 75 70
Binary 11010011 1001100 1101011 0 1000000 110001 10001 101011010 111101 111000

Color Harmonies of #D34C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C6B

Black with #D34C6B

Text Example


Text Example

White with #D34C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C6B; }

 p { color: rgb(211,76,107); }

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

background-color css

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

 a { background-color: rgb(211,76,107); }

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

border-color css

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

 span { border-color: rgb(211,76,107); }

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