Html Css Color HEX #D74C6C Cabaret

📋 copy color: '#D74C6C'

red 215 ◦ green 76 ◦ blue 108

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

Shades of Cabaret #D74C6C

Tints of Cabaret #D74C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 53.88%
G = 19.05%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D74C6C (or 0xD74C6C) is known color: Cabaret. HEX triplet: D7, 4C and 6C. RGB value is (215,76,108). Sum of RGB (Red+Green+Blue) = 215+76+108=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C6C is #28B393. Grayscale: #797979. Windows color (decimal): -2667412 or 7097559. OLE color: 7097559.

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

Color convert

RGB 215 76 108 -
CMYK 0 0.65 0.50 0.16
HSL 346.19º 0.63% 0.57% -
HSV(B) 346.19º 0.65% 0.84% -
XYZ 33.32 20.7 16.43 -
YUV 121.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 215 76 108 0 0.65 0.50 0.16 346.19 0.63 0.57
Hex D7 4C 6C 0 41 32 10 15A 3F 39
Octal 327 114 154 0 101 62 20 532 77 71
Binary 11010111 1001100 1101100 0 1000001 110010 10000 101011010 111111 111001

Color Harmonies of #D74C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C6C

Black with #D74C6C

Text Example


Text Example

White with #D74C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C6C; }

 p { color: rgb(215,76,108); }

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

background-color css

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

 a { background-color: rgb(215,76,108); }

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

border-color css

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

 span { border-color: rgb(215,76,108); }

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