Html Css Color HEX #D74D64 Cabaret

📋 copy color: '#D74D64'

red 215 ◦ green 77 ◦ blue 100

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

Shades of Cabaret #D74D64

Tints of Cabaret #D74D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 54.85%
G = 19.64%
B = 25.51%

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

#D74D64 (or 0xD74D64) is known color: Cabaret. HEX triplet: D7, 4D and 64. RGB value is (215,77,100). Sum of RGB (Red+Green+Blue) = 215+77+100=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D64 is #28B29B. Grayscale: #787878. Windows color (decimal): -2667164 or 6573527. OLE color: 6573527.

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

Color convert

RGB 215 77 100 -
CMYK 0 0.64 0.53 0.16
HSL 350º 0.63% 0.57% -
HSV(B) 350º 0.64% 0.84% -
XYZ 32.98 20.67 14.31 -
YUV 120.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 215 77 100 0 0.64 0.53 0.16 350 0.63 0.57
Hex D7 4D 64 0 40 35 10 15E 3F 39
Octal 327 115 144 0 100 65 20 536 77 71
Binary 11010111 1001101 1100100 0 1000000 110101 10000 101011110 111111 111001

Color Harmonies of #D74D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D64

Black with #D74D64

Text Example


Text Example

White with #D74D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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