Html Css Color HEX #D74F68 Cabaret

📋 copy color: '#D74F68'

red 215 ◦ green 79 ◦ blue 104

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

Shades of Cabaret #D74F68

Tints of Cabaret #D74F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 54.02%
G = 19.85%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D74F68 (or 0xD74F68) is known color: Cabaret. HEX triplet: D7, 4F and 68. RGB value is (215,79,104). Sum of RGB (Red+Green+Blue) = 215+79+104=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F68 is #28B097. Grayscale: #7A7A7A. Windows color (decimal): -2666648 or 6836183. OLE color: 6836183.

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

Color convert

RGB 215 79 104 -
CMYK 0 0.63 0.52 0.16
HSL 348.97º 0.63% 0.58% -
HSV(B) 348.97º 0.63% 0.84% -
XYZ 33.32 21.04 15.4 -
YUV 122.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 215 79 104 0 0.63 0.52 0.16 348.97 0.63 0.58
Hex D7 4F 68 0 3F 34 10 15D 3F 3A
Octal 327 117 150 0 77 64 20 535 77 72
Binary 11010111 1001111 1101000 0 111111 110100 10000 101011101 111111 111010

Color Harmonies of #D74F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F68

Black with #D74F68

Text Example


Text Example

White with #D74F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F68; }

 p { color: rgb(215,79,104); }

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

background-color css

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

 a { background-color: rgb(215,79,104); }

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

border-color css

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

 span { border-color: rgb(215,79,104); }

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