Html Css Color HEX #D34E68 Cabaret

📋 copy color: '#D34E68'

red 211 ◦ green 78 ◦ blue 104

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

Shades of Cabaret #D34E68

Tints of Cabaret #D34E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 53.69%
G = 19.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D34E68 (or 0xD34E68) is known color: Cabaret. HEX triplet: D3, 4E and 68. RGB value is (211,78,104). Sum of RGB (Red+Green+Blue) = 211+78+104=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E68 is #2CB197. Grayscale: #787878. Windows color (decimal): -2929048 or 6835923. OLE color: 6835923.

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

Color convert

RGB 211 78 104 -
CMYK 0 0.63 0.51 0.17
HSL 348.27º 0.6% 0.57% -
HSV(B) 348.27º 0.63% 0.83% -
XYZ 32.09 20.3 15.32 -
YUV 120.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 211 78 104 0 0.63 0.51 0.17 348.27 0.6 0.57
Hex D3 4E 68 0 3F 33 11 15C 3C 39
Octal 323 116 150 0 77 63 21 534 74 71
Binary 11010011 1001110 1101000 0 111111 110011 10001 101011100 111100 111001

Color Harmonies of #D34E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E68

Black with #D34E68

Text Example


Text Example

White with #D34E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E68; }

 p { color: rgb(211,78,104); }

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

background-color css

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

 a { background-color: rgb(211,78,104); }

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

border-color css

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

 span { border-color: rgb(211,78,104); }

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