Html Css Color HEX #D75A6A Cabaret

📋 copy color: '#D75A6A'

red 215 ◦ green 90 ◦ blue 106

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

Shades of Cabaret #D75A6A

Tints of Cabaret #D75A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 52.31%
G = 21.9%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D75A6A (or 0xD75A6A) is known color: Cabaret. HEX triplet: D7, 5A and 6A. RGB value is (215,90,106). Sum of RGB (Red+Green+Blue) = 215+90+106=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A6A is #28A595. Grayscale: #818181. Windows color (decimal): -2663830 or 6970071. OLE color: 6970071.

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

Color convert

RGB 215 90 106 -
CMYK 0 0.58 0.51 0.16
HSL 352.32º 0.61% 0.6% -
HSV(B) 352.32º 0.58% 0.84% -
XYZ 34.28 22.8 16.23 -
YUV 129.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 215 90 106 0 0.58 0.51 0.16 352.32 0.61 0.6
Hex D7 5A 6A 0 3A 33 10 160 3D 3C
Octal 327 132 152 0 72 63 20 540 75 74
Binary 11010111 1011010 1101010 0 111010 110011 10000 101100000 111101 111100

Color Harmonies of #D75A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A6A

Black with #D75A6A

Text Example


Text Example

White with #D75A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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