Html Css Color HEX #D74E6E Cabaret

📋 copy color: '#D74E6E'

red 215 ◦ green 78 ◦ blue 110

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

Shades of Cabaret #D74E6E

Tints of Cabaret #D74E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.35%

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

R = 53.35%
G = 19.35%
B = 27.3%

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

#D74E6E (or 0xD74E6E) is known color: Cabaret. HEX triplet: D7, 4E and 6E. RGB value is (215,78,110). Sum of RGB (Red+Green+Blue) = 215+78+110=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E6E is #28B191. Grayscale: #7A7A7A. Windows color (decimal): -2666898 or 7229143. OLE color: 7229143.

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

Color convert

RGB 215 78 110 -
CMYK 0 0.64 0.49 0.16
HSL 345.99º 0.63% 0.57% -
HSV(B) 345.99º 0.64% 0.84% -
XYZ 33.56 21.02 17.04 -
YUV 122.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 215 78 110 0 0.64 0.49 0.16 345.99 0.63 0.57
Hex D7 4E 6E 0 40 31 10 15A 3F 39
Octal 327 116 156 0 100 61 20 532 77 71
Binary 11010111 1001110 1101110 0 1000000 110001 10000 101011010 111111 111001

Color Harmonies of #D74E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E6E

Black with #D74E6E

Text Example


Text Example

White with #D74E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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