Html Css Color HEX #D7505C Mandy

📋 copy color: '#D7505C'

red 215 ◦ green 80 ◦ blue 92

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

Shades of Mandy #D7505C

Tints of Mandy #D7505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

 BLUE value IS 92 (36.33% from 255) = 23.77%

R = 55.56%
G = 20.67%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7505C (or 0xD7505C) is known color: Mandy. HEX triplet: D7, 50 and 5C. RGB value is (215,80,92). Sum of RGB (Red+Green+Blue) = 215+80+92=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7505C is #28AFA3. Grayscale: #797979. Windows color (decimal): -2666404 or 6050007. OLE color: 6050007.

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

Color convert

RGB 215 80 92 -
CMYK 0 0.63 0.57 0.16
HSL 354.67º 0.63% 0.58% -
HSV(B) 354.67º 0.63% 0.84% -
XYZ 32.82 20.96 12.44 -
YUV 121.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 215 80 92 0 0.63 0.57 0.16 354.67 0.63 0.58
Hex D7 50 5C 0 3F 39 10 163 3F 3A
Octal 327 120 134 0 77 71 20 543 77 72
Binary 11010111 1010000 1011100 0 111111 111001 10000 101100011 111111 111010

Color Harmonies of #D7505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7505C

Black with #D7505C

Text Example


Text Example

White with #D7505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7505C; }

 p { color: rgb(215,80,92); }

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

background-color css

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

 a { background-color: rgb(215,80,92); }

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

border-color css

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

 span { border-color: rgb(215,80,92); }

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