Html Css Color HEX #D75270 Cabaret

📋 copy color: '#D75270'

red 215 ◦ green 82 ◦ blue 112

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

Shades of Cabaret #D75270

Tints of Cabaret #D75270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 52.57%
G = 20.05%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D75270 (or 0xD75270) is known color: Cabaret. HEX triplet: D7, 52 and 70. RGB value is (215,82,112). Sum of RGB (Red+Green+Blue) = 215+82+112=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D75270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75270 is #28AD8F. Grayscale: #7D7D7D. Windows color (decimal): -2665872 or 7361239. OLE color: 7361239.

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

Color convert

RGB 215 82 112 -
CMYK 0 0.62 0.48 0.16
HSL 346.47º 0.62% 0.58% -
HSV(B) 346.47º 0.62% 0.84% -
XYZ 33.97 21.65 17.72 -
YUV 125.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 215 82 112 0 0.62 0.48 0.16 346.47 0.62 0.58
Hex D7 52 70 0 3E 30 10 15A 3E 3A
Octal 327 122 160 0 76 60 20 532 76 72
Binary 11010111 1010010 1110000 0 111110 110000 10000 101011010 111110 111010

Color Harmonies of #D75270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75270

Black with #D75270

Text Example


Text Example

White with #D75270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75270; }

 p { color: rgb(215,82,112); }

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

background-color css

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

 a { background-color: rgb(215,82,112); }

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

border-color css

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

 span { border-color: rgb(215,82,112); }

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