Html Css Color HEX #D5425A Mandy

📋 copy color: '#D5425A'

red 213 ◦ green 66 ◦ blue 90

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

Shades of Mandy #D5425A

Tints of Mandy #D5425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

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

R = 57.72%
G = 17.89%
B = 24.39%

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

#D5425A (or 0xD5425A) is known color: Mandy. HEX triplet: D5, 42 and 5A. RGB value is (213,66,90). Sum of RGB (Red+Green+Blue) = 213+66+90=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425A is #2ABDA5. Grayscale: #707070. Windows color (decimal): -2801062 or 5915349. OLE color: 5915349.

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

Color convert

RGB 213 66 90 -
CMYK 0 0.69 0.58 0.16
HSL 350.2º 0.64% 0.55% -
HSV(B) 350.2º 0.69% 0.84% -
XYZ 31.23 18.78 11.65 -
YUV 112.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 213 66 90 0 0.69 0.58 0.16 350.2 0.64 0.55
Hex D5 42 5A 0 45 3A 10 15E 40 37
Octal 325 102 132 0 105 72 20 536 100 67
Binary 11010101 1000010 1011010 0 1000101 111010 10000 101011110 1000000 110111

Color Harmonies of #D5425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5425A

Black with #D5425A

Text Example


Text Example

White with #D5425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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