Html Css Color HEX #D5415A Mandy

📋 copy color: '#D5415A'

red 213 ◦ green 65 ◦ blue 90

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

Shades of Mandy #D5415A

Tints of Mandy #D5415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 57.88%
G = 17.66%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5415A (or 0xD5415A) is known color: Mandy. HEX triplet: D5, 41 and 5A. RGB value is (213,65,90). Sum of RGB (Red+Green+Blue) = 213+65+90=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5415A is #2ABEA5. Grayscale: #707070. Windows color (decimal): -2801318 or 5915093. OLE color: 5915093.

HSL color Cylindrical-coordinate representation of color #D5415A: hue angle of 349.86º 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 #D5415A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 90 -
CMYK 0 0.69 0.58 0.16
HSL 349.86º 0.64% 0.55% -
HSV(B) 349.86º 0.69% 0.84% -
XYZ 31.18 18.66 11.63 -
YUV 112.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 213 65 90 0 0.69 0.58 0.16 349.86 0.64 0.55
Hex D5 41 5A 0 45 3A 10 15E 40 37
Octal 325 101 132 0 105 72 20 536 100 67
Binary 11010101 1000001 1011010 0 1000101 111010 10000 101011110 1000000 110111

Color Harmonies of #D5415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5415A

Black with #D5415A

Text Example


Text Example

White with #D5415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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