Html Css Color HEX #D74D6E Cabaret

📋 copy color: '#D74D6E'

red 215 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #D74D6E

Tints of Cabaret #D74D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 53.48%
G = 19.15%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D74D6E (or 0xD74D6E) is known color: Cabaret. HEX triplet: D7, 4D and 6E. RGB value is (215,77,110). Sum of RGB (Red+Green+Blue) = 215+77+110=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D6E is #28B291. Grayscale: #7A7A7A. Windows color (decimal): -2667154 or 7228887. OLE color: 7228887.

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

Color convert

RGB 215 77 110 -
CMYK 0 0.64 0.49 0.16
HSL 345.65º 0.63% 0.57% -
HSV(B) 345.65º 0.64% 0.84% -
XYZ 33.49 20.88 17.02 -
YUV 122.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 215 77 110 0 0.64 0.49 0.16 345.65 0.63 0.57
Hex D7 4D 6E 0 40 31 10 15A 3F 39
Octal 327 115 156 0 100 61 20 532 77 71
Binary 11010111 1001101 1101110 0 1000000 110001 10000 101011010 111111 111001

Color Harmonies of #D74D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D6E

Black with #D74D6E

Text Example


Text Example

White with #D74D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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