Html Css Color HEX #D74A6B Cabaret

📋 copy color: '#D74A6B'

red 215 ◦ green 74 ◦ blue 107

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

Shades of Cabaret #D74A6B

Tints of Cabaret #D74A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 54.29%
G = 18.69%
B = 27.02%

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

#D74A6B (or 0xD74A6B) is known color: Cabaret. HEX triplet: D7, 4A and 6B. RGB value is (215,74,107). Sum of RGB (Red+Green+Blue) = 215+74+107=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A6B is #28B594. Grayscale: #777777. Windows color (decimal): -2667925 or 7031511. OLE color: 7031511.

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

Color convert

RGB 215 74 107 -
CMYK 0 0.66 0.50 0.16
HSL 345.96º 0.64% 0.57% -
HSV(B) 345.96º 0.66% 0.84% -
XYZ 33.13 20.41 16.1 -
YUV 119.92 120.71 195.82 -
System Red Green Blue C M Y K H S L
Decimal 215 74 107 0 0.66 0.50 0.16 345.96 0.64 0.57
Hex D7 4A 6B 0 42 32 10 15A 40 39
Octal 327 112 153 0 102 62 20 532 100 71
Binary 11010111 1001010 1101011 0 1000010 110010 10000 101011010 1000000 111001

Color Harmonies of #D74A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A6B

Black with #D74A6B

Text Example


Text Example

White with #D74A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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