Html Css Color HEX #D74E64 Cabaret

📋 copy color: '#D74E64'

red 215 ◦ green 78 ◦ blue 100

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

Shades of Cabaret #D74E64

Tints of Cabaret #D74E64

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 54.71%
G = 19.85%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D74E64 (or 0xD74E64) is known color: Cabaret. HEX triplet: D7, 4E and 64. RGB value is (215,78,100). Sum of RGB (Red+Green+Blue) = 215+78+100=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E64 is #28B19B. Grayscale: #797979. Windows color (decimal): -2666908 or 6573783. OLE color: 6573783.

HSL color Cylindrical-coordinate representation of color #D74E64: hue angle of 350.36º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74E64 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 100 -
CMYK 0 0.64 0.53 0.16
HSL 350.37º 0.63% 0.57% -
HSV(B) 350.37º 0.64% 0.84% -
XYZ 33.05 20.82 14.33 -
YUV 121.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 215 78 100 0 0.64 0.53 0.16 350.37 0.63 0.57
Hex D7 4E 64 0 40 35 10 15E 3F 39
Octal 327 116 144 0 100 65 20 536 77 71
Binary 11010111 1001110 1100100 0 1000000 110101 10000 101011110 111111 111001

Color Harmonies of #D74E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E64

Black with #D74E64

Text Example


Text Example

White with #D74E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E64; }

 p { color: rgb(215,78,100); }

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

background-color css

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

 a { background-color: rgb(215,78,100); }

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

border-color css

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

 span { border-color: rgb(215,78,100); }

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