Html Css Color HEX #D74E65 Cabaret

📋 copy color: '#D74E65'

red 215 ◦ green 78 ◦ blue 101

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

Shades of Cabaret #D74E65

Tints of Cabaret #D74E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 54.57%
G = 19.8%
B = 25.63%

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

#D74E65 (or 0xD74E65) is known color: Cabaret. HEX triplet: D7, 4E and 65. RGB value is (215,78,101). Sum of RGB (Red+Green+Blue) = 215+78+101=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E65 is #28B19A. Grayscale: #797979. Windows color (decimal): -2666907 or 6639319. OLE color: 6639319.

HSL color Cylindrical-coordinate representation of color #D74E65: hue angle of 349.93º 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 #D74E65 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 101 -
CMYK 0 0.64 0.53 0.16
HSL 349.93º 0.63% 0.57% -
HSV(B) 349.93º 0.64% 0.84% -
XYZ 33.1 20.84 14.59 -
YUV 121.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 215 78 101 0 0.64 0.53 0.16 349.93 0.63 0.57
Hex D7 4E 65 0 40 35 10 15E 3F 39
Octal 327 116 145 0 100 65 20 536 77 71
Binary 11010111 1001110 1100101 0 1000000 110101 10000 101011110 111111 111001

Color Harmonies of #D74E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E65

Black with #D74E65

Text Example


Text Example

White with #D74E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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