Html Css Color HEX #D5425D Mandy

📋 copy color: '#D5425D'

red 213 ◦ green 66 ◦ blue 93

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

Shades of Mandy #D5425D

Tints of Mandy #D5425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25%

R = 57.26%
G = 17.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5425D (or 0xD5425D) is known color: Mandy. HEX triplet: D5, 42 and 5D. RGB value is (213,66,93). Sum of RGB (Red+Green+Blue) = 213+66+93=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425D is #2ABDA2. Grayscale: #717171. Windows color (decimal): -2801059 or 6111957. OLE color: 6111957.

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

Color convert

RGB 213 66 93 -
CMYK 0 0.69 0.56 0.16
HSL 348.98º 0.64% 0.55% -
HSV(B) 348.98º 0.69% 0.84% -
XYZ 31.36 18.83 12.34 -
YUV 113.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 213 66 93 0 0.69 0.56 0.16 348.98 0.64 0.55
Hex D5 42 5D 0 45 38 10 15D 40 37
Octal 325 102 135 0 105 70 20 535 100 67
Binary 11010101 1000010 1011101 0 1000101 111000 10000 101011101 1000000 110111

Color Harmonies of #D5425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5425D

Black with #D5425D

Text Example


Text Example

White with #D5425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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