Html Css Color HEX #D75F69 Cabaret

📋 copy color: '#D75F69'

red 215 ◦ green 95 ◦ blue 105

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

Shades of Cabaret #D75F69

Tints of Cabaret #D75F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 51.81%
G = 22.89%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D75F69 (or 0xD75F69) is known color: Cabaret. HEX triplet: D7, 5F and 69. RGB value is (215,95,105). Sum of RGB (Red+Green+Blue) = 215+95+105=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F69 is #28A096. Grayscale: #848484. Windows color (decimal): -2662551 or 6905815. OLE color: 6905815.

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

Color convert

RGB 215 95 105 -
CMYK 0 0.56 0.51 0.16
HSL 355º 0.6% 0.61% -
HSV(B) 355º 0.56% 0.84% -
XYZ 34.67 23.65 16.1 -
YUV 132.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 215 95 105 0 0.56 0.51 0.16 355 0.6 0.61
Hex D7 5F 69 0 38 33 10 163 3C 3D
Octal 327 137 151 0 70 63 20 543 74 75
Binary 11010111 1011111 1101001 0 111000 110011 10000 101100011 111100 111101

Color Harmonies of #D75F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F69

Black with #D75F69

Text Example


Text Example

White with #D75F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F69; }

 p { color: rgb(215,95,105); }

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

background-color css

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

 a { background-color: rgb(215,95,105); }

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

border-color css

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

 span { border-color: rgb(215,95,105); }

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