Html Css Color HEX #D5425B Mandy

📋 copy color: '#D5425B'

red 213 ◦ green 66 ◦ blue 91

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

Shades of Mandy #D5425B

Tints of Mandy #D5425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 57.57%
G = 17.84%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5425B (or 0xD5425B) is known color: Mandy. HEX triplet: D5, 42 and 5B. RGB value is (213,66,91). Sum of RGB (Red+Green+Blue) = 213+66+91=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425B is #2ABDA4. Grayscale: #707070. Windows color (decimal): -2801061 or 5980885. OLE color: 5980885.

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

Color convert

RGB 213 66 91 -
CMYK 0 0.69 0.57 0.16
HSL 349.8º 0.64% 0.55% -
HSV(B) 349.8º 0.69% 0.84% -
XYZ 31.28 18.8 11.88 -
YUV 112.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 213 66 91 0 0.69 0.57 0.16 349.8 0.64 0.55
Hex D5 42 5B 0 45 39 10 15E 40 37
Octal 325 102 133 0 105 71 20 536 100 67
Binary 11010101 1000010 1011011 0 1000101 111001 10000 101011110 1000000 110111

Color Harmonies of #D5425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5425B

Black with #D5425B

Text Example


Text Example

White with #D5425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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