Html Css Color HEX #D75267 Cabaret

📋 copy color: '#D75267'

red 215 ◦ green 82 ◦ blue 103

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

Shades of Cabaret #D75267

Tints of Cabaret #D75267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.75%

R = 53.75%
G = 20.5%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D75267 (or 0xD75267) is known color: Cabaret. HEX triplet: D7, 52 and 67. RGB value is (215,82,103). Sum of RGB (Red+Green+Blue) = 215+82+103=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75267 is #28AD98. Grayscale: #7C7C7C. Windows color (decimal): -2665881 or 6771415. OLE color: 6771415.

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

Color convert

RGB 215 82 103 -
CMYK 0 0.62 0.52 0.16
HSL 350.53º 0.62% 0.58% -
HSV(B) 350.53º 0.62% 0.84% -
XYZ 33.49 21.46 15.21 -
YUV 124.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 215 82 103 0 0.62 0.52 0.16 350.53 0.62 0.58
Hex D7 52 67 0 3E 34 10 15F 3E 3A
Octal 327 122 147 0 76 64 20 537 76 72
Binary 11010111 1010010 1100111 0 111110 110100 10000 101011111 111110 111010

Color Harmonies of #D75267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75267

Black with #D75267

Text Example


Text Example

White with #D75267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75267; }

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

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

background-color css

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

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

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

border-color css

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

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

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