Html Css Color HEX #D75363 Mandy

📋 copy color: '#D75363'

red 215 ◦ green 83 ◦ blue 99

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

Shades of Mandy #D75363

Tints of Mandy #D75363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 54.16%
G = 20.91%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D75363 (or 0xD75363) is known color: Mandy. HEX triplet: D7, 53 and 63. RGB value is (215,83,99). Sum of RGB (Red+Green+Blue) = 215+83+99=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75363 is #28AC9C. Grayscale: #7C7C7C. Windows color (decimal): -2665629 or 6509527. OLE color: 6509527.

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

Color convert

RGB 215 83 99 -
CMYK 0 0.61 0.54 0.16
HSL 352.73º 0.62% 0.58% -
HSV(B) 352.73º 0.61% 0.84% -
XYZ 33.37 21.53 14.2 -
YUV 124.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 215 83 99 0 0.61 0.54 0.16 352.73 0.62 0.58
Hex D7 53 63 0 3D 36 10 161 3E 3A
Octal 327 123 143 0 75 66 20 541 76 72
Binary 11010111 1010011 1100011 0 111101 110110 10000 101100001 111110 111010

Color Harmonies of #D75363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75363

Black with #D75363

Text Example


Text Example

White with #D75363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75363; }

 p { color: rgb(215,83,99); }

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

background-color css

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

 a { background-color: rgb(215,83,99); }

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

border-color css

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

 span { border-color: rgb(215,83,99); }

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