Html Css Color HEX #D75A6E Cabaret

📋 copy color: '#D75A6E'

red 215 ◦ green 90 ◦ blue 110

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

Shades of Cabaret #D75A6E

Tints of Cabaret #D75A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 51.81%
G = 21.69%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D75A6E (or 0xD75A6E) is known color: Cabaret. HEX triplet: D7, 5A and 6E. RGB value is (215,90,110). Sum of RGB (Red+Green+Blue) = 215+90+110=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A6E is #28A591. Grayscale: #818181. Windows color (decimal): -2663826 or 7232215. OLE color: 7232215.

HSL color Cylindrical-coordinate representation of color #D75A6E: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75A6E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 110 -
CMYK 0 0.58 0.49 0.16
HSL 350.4º 0.61% 0.6% -
HSV(B) 350.4º 0.58% 0.84% -
XYZ 34.49 22.89 17.35 -
YUV 129.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 215 90 110 0 0.58 0.49 0.16 350.4 0.61 0.6
Hex D7 5A 6E 0 3A 31 10 15E 3D 3C
Octal 327 132 156 0 72 61 20 536 75 74
Binary 11010111 1011010 1101110 0 111010 110001 10000 101011110 111101 111100

Color Harmonies of #D75A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A6E

Black with #D75A6E

Text Example


Text Example

White with #D75A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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