Html Css Color HEX #D74A63 Cabaret

📋 copy color: '#D74A63'

red 215 ◦ green 74 ◦ blue 99

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

Shades of Cabaret #D74A63

Tints of Cabaret #D74A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 55.41%
G = 19.07%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D74A63 (or 0xD74A63) is known color: Cabaret. HEX triplet: D7, 4A and 63. RGB value is (215,74,99). Sum of RGB (Red+Green+Blue) = 215+74+99=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A63 is #28B59C. Grayscale: #777777. Windows color (decimal): -2667933 or 6507223. OLE color: 6507223.

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

Color convert

RGB 215 74 99 -
CMYK 0 0.66 0.54 0.16
HSL 349.36º 0.64% 0.57% -
HSV(B) 349.36º 0.66% 0.84% -
XYZ 32.73 20.25 13.99 -
YUV 119.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 215 74 99 0 0.66 0.54 0.16 349.36 0.64 0.57
Hex D7 4A 63 0 42 36 10 15D 40 39
Octal 327 112 143 0 102 66 20 535 100 71
Binary 11010111 1001010 1100011 0 1000010 110110 10000 101011101 1000000 111001

Color Harmonies of #D74A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A63

Black with #D74A63

Text Example


Text Example

White with #D74A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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