Html Css Color HEX #D25D5F Mandy

📋 copy color: '#D25D5F'

red 210 ◦ green 93 ◦ blue 95

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

Shades of Mandy #D25D5F

Tints of Mandy #D25D5F

RGB

 RED value IS 210 (82.42% from 255) = 52.76%

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 52.76%
G = 23.37%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D25D5F (or 0xD25D5F) is known color: Mandy. HEX triplet: D2, 5D and 5F. RGB value is (210,93,95). Sum of RGB (Red+Green+Blue) = 210+93+95=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D5F is #2DA2A0. Grayscale: #808080. Windows color (decimal): -2990753 or 6249938. OLE color: 6249938.

HSL color Cylindrical-coordinate representation of color #D25D5F: hue angle of 358.97º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D5F is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 95 -
CMYK 0 0.56 0.55 0.18
HSL 358.97º 0.57% 0.59% -
HSV(B) 358.97º 0.56% 0.82% -
XYZ 32.56 22.36 13.43 -
YUV 128.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 210 93 95 0 0.56 0.55 0.18 358.97 0.57 0.59
Hex D2 5D 5F 0 38 37 12 167 39 3B
Octal 322 135 137 0 70 67 22 547 71 73
Binary 11010010 1011101 1011111 0 111000 110111 10010 101100111 111001 111011

Color Harmonies of #D25D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D5F

Black with #D25D5F

Text Example


Text Example

White with #D25D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D5F; }

 p { color: rgb(210,93,95); }

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

background-color css

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

 a { background-color: rgb(210,93,95); }

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

border-color css

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

 span { border-color: rgb(210,93,95); }

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