Html Css Color HEX #D5425C Mandy

📋 copy color: '#D5425C'

red 213 ◦ green 66 ◦ blue 92

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

Shades of Mandy #D5425C

Tints of Mandy #D5425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 57.41%
G = 17.79%
B = 24.8%

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

#D5425C (or 0xD5425C) is known color: Mandy. HEX triplet: D5, 42 and 5C. RGB value is (213,66,92). Sum of RGB (Red+Green+Blue) = 213+66+92=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5425C is #2ABDA3. Grayscale: #707070. Windows color (decimal): -2801060 or 6046421. OLE color: 6046421.

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

Color convert

RGB 213 66 92 -
CMYK 0 0.69 0.57 0.16
HSL 349.39º 0.64% 0.55% -
HSV(B) 349.39º 0.69% 0.84% -
XYZ 31.32 18.82 12.11 -
YUV 112.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 213 66 92 0 0.69 0.57 0.16 349.39 0.64 0.55
Hex D5 42 5C 0 45 39 10 15D 40 37
Octal 325 102 134 0 105 71 20 535 100 67
Binary 11010101 1000010 1011100 0 1000101 111001 10000 101011101 1000000 110111

Color Harmonies of #D5425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5425C

Black with #D5425C

Text Example


Text Example

White with #D5425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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