Html Css Color HEX #D5414C Mandy

📋 copy color: '#D5414C'

red 213 ◦ green 65 ◦ blue 76

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

Shades of Mandy #D5414C

Tints of Mandy #D5414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 60.17%
G = 18.36%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5414C (or 0xD5414C) is known color: Mandy. HEX triplet: D5, 41 and 4C. RGB value is (213,65,76). Sum of RGB (Red+Green+Blue) = 213+65+76=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5414C is #2ABEB3. Grayscale: #6E6E6E. Windows color (decimal): -2801332 or 4997589. OLE color: 4997589.

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

Color convert

RGB 213 65 76 -
CMYK 0 0.69 0.64 0.16
HSL 355.54º 0.64% 0.55% -
HSV(B) 355.54º 0.69% 0.84% -
XYZ 30.64 18.45 8.78 -
YUV 110.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 213 65 76 0 0.69 0.64 0.16 355.54 0.64 0.55
Hex D5 41 4C 0 45 40 10 164 40 37
Octal 325 101 114 0 105 100 20 544 100 67
Binary 11010101 1000001 1001100 0 1000101 1000000 10000 101100100 1000000 110111

Color Harmonies of #D5414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5414C

Black with #D5414C

Text Example


Text Example

White with #D5414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5414C; }

 p { color: rgb(213,65,76); }

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

background-color css

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

 a { background-color: rgb(213,65,76); }

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

border-color css

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

 span { border-color: rgb(213,65,76); }

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