Html Css Color HEX #D74A6C Cabaret

📋 copy color: '#D74A6C'

red 215 ◦ green 74 ◦ blue 108

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

Shades of Cabaret #D74A6C

Tints of Cabaret #D74A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

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

R = 54.16%
G = 18.64%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D74A6C (or 0xD74A6C) is known color: Cabaret. HEX triplet: D7, 4A and 6C. RGB value is (215,74,108). Sum of RGB (Red+Green+Blue) = 215+74+108=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A6C is #28B593. Grayscale: #787878. Windows color (decimal): -2667924 or 7097047. OLE color: 7097047.

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

Color convert

RGB 215 74 108 -
CMYK 0 0.66 0.50 0.16
HSL 345.53º 0.64% 0.57% -
HSV(B) 345.53º 0.66% 0.84% -
XYZ 33.18 20.43 16.38 -
YUV 120.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 215 74 108 0 0.66 0.50 0.16 345.53 0.64 0.57
Hex D7 4A 6C 0 42 32 10 15A 40 39
Octal 327 112 154 0 102 62 20 532 100 71
Binary 11010111 1001010 1101100 0 1000010 110010 10000 101011010 1000000 111001

Color Harmonies of #D74A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A6C

Black with #D74A6C

Text Example


Text Example

White with #D74A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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