Html Css Color HEX #D5484B Mandy

📋 copy color: '#D5484B'

red 213 ◦ green 72 ◦ blue 75

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

Shades of Mandy #D5484B

Tints of Mandy #D5484B

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

 GREEN value IS 72 (28.52% from 255) = 20%

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

R = 59.17%
G = 20%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5484B (or 0xD5484B) is known color: Mandy. HEX triplet: D5, 48 and 4B. RGB value is (213,72,75). Sum of RGB (Red+Green+Blue) = 213+72+75=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5484B is #2AB7B4. Grayscale: #727272. Windows color (decimal): -2799541 or 4933845. OLE color: 4933845.

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

Color convert

RGB 213 72 75 -
CMYK 0 0.66 0.65 0.16
HSL 358.72º 0.63% 0.56% -
HSV(B) 358.72º 0.66% 0.84% -
XYZ 31.03 19.29 8.74 -
YUV 114.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 213 72 75 0 0.66 0.65 0.16 358.72 0.63 0.56
Hex D5 48 4B 0 42 41 10 167 3F 38
Octal 325 110 113 0 102 101 20 547 77 70
Binary 11010101 1001000 1001011 0 1000010 1000001 10000 101100111 111111 111000

Color Harmonies of #D5484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5484B

Black with #D5484B

Text Example


Text Example

White with #D5484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5484B; }

 p { color: rgb(213,72,75); }

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

background-color css

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

 a { background-color: rgb(213,72,75); }

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

border-color css

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

 span { border-color: rgb(213,72,75); }

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