Html Css Color HEX #D74B6B Cabaret

📋 copy color: '#D74B6B'

red 215 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #D74B6B

Tints of Cabaret #D74B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.89%

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

R = 54.16%
G = 18.89%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D74B6B (or 0xD74B6B) is known color: Cabaret. HEX triplet: D7, 4B and 6B. RGB value is (215,75,107). Sum of RGB (Red+Green+Blue) = 215+75+107=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B6B is #28B494. Grayscale: #787878. Windows color (decimal): -2667669 or 7031767. OLE color: 7031767.

HSL color Cylindrical-coordinate representation of color #D74B6B: hue angle of 346.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74B6B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 107 -
CMYK 0 0.65 0.50 0.16
HSL 346.29º 0.64% 0.57% -
HSV(B) 346.29º 0.65% 0.84% -
XYZ 33.19 20.54 16.13 -
YUV 120.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 215 75 107 0 0.65 0.50 0.16 346.29 0.64 0.57
Hex D7 4B 6B 0 41 32 10 15A 40 39
Octal 327 113 153 0 101 62 20 532 100 71
Binary 11010111 1001011 1101011 0 1000001 110010 10000 101011010 1000000 111001

Color Harmonies of #D74B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B6B

Black with #D74B6B

Text Example


Text Example

White with #D74B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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