Html Css Color HEX #D74A6E Cabaret

📋 copy color: '#D74A6E'

red 215 ◦ green 74 ◦ blue 110

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

Shades of Cabaret #D74A6E

Tints of Cabaret #D74A6E

RGB

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

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

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

R = 53.88%
G = 18.55%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D74A6E (or 0xD74A6E) is known color: Cabaret. HEX triplet: D7, 4A and 6E. RGB value is (215,74,110). Sum of RGB (Red+Green+Blue) = 215+74+110=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A6E is #28B591. Grayscale: #787878. Windows color (decimal): -2667922 or 7228119. OLE color: 7228119.

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

Color convert

RGB 215 74 110 -
CMYK 0 0.66 0.49 0.16
HSL 344.68º 0.64% 0.57% -
HSV(B) 344.68º 0.66% 0.84% -
XYZ 33.29 20.47 16.95 -
YUV 120.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 215 74 110 0 0.66 0.49 0.16 344.68 0.64 0.57
Hex D7 4A 6E 0 42 31 10 159 40 39
Octal 327 112 156 0 102 61 20 531 100 71
Binary 11010111 1001010 1101110 0 1000010 110001 10000 101011001 1000000 111001

Color Harmonies of #D74A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A6E

Black with #D74A6E

Text Example


Text Example

White with #D74A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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