Html Css Color HEX #D7464B Mandy

📋 copy color: '#D7464B'

red 215 ◦ green 70 ◦ blue 75

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

Shades of Mandy #D7464B

Tints of Mandy #D7464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 59.72%
G = 19.44%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7464B (or 0xD7464B) is known color: Mandy. HEX triplet: D7, 46 and 4B. RGB value is (215,70,75). Sum of RGB (Red+Green+Blue) = 215+70+75=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7464B is #28B9B4. Grayscale: #727272. Windows color (decimal): -2668981 or 4933335. OLE color: 4933335.

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

Color convert

RGB 215 70 75 -
CMYK 0 0.67 0.65 0.16
HSL 357.93º 0.64% 0.56% -
HSV(B) 357.93º 0.67% 0.84% -
XYZ 31.48 19.34 8.73 -
YUV 113.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 215 70 75 0 0.67 0.65 0.16 357.93 0.64 0.56
Hex D7 46 4B 0 43 41 10 166 40 38
Octal 327 106 113 0 103 101 20 546 100 70
Binary 11010111 1000110 1001011 0 1000011 1000001 10000 101100110 1000000 111000

Color Harmonies of #D7464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7464B

Black with #D7464B

Text Example


Text Example

White with #D7464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7464B; }

 p { color: rgb(215,70,75); }

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

background-color css

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

 a { background-color: rgb(215,70,75); }

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

border-color css

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

 span { border-color: rgb(215,70,75); }

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