Html Css Color HEX #D25F62 Mandy

📋 copy color: '#D25F62'

red 210 ◦ green 95 ◦ blue 98

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

Shades of Mandy #D25F62

Tints of Mandy #D25F62

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 52.11%
G = 23.57%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D25F62 (or 0xD25F62) is known color: Mandy. HEX triplet: D2, 5F and 62. RGB value is (210,95,98). Sum of RGB (Red+Green+Blue) = 210+95+98=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F62 is #2DA09D. Grayscale: #818181. Windows color (decimal): -2990238 or 6447058. OLE color: 6447058.

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

Color convert

RGB 210 95 98 -
CMYK 0 0.55 0.53 0.18
HSL 358.43º 0.56% 0.6% -
HSV(B) 358.43º 0.55% 0.82% -
XYZ 32.88 22.77 14.22 -
YUV 129.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 210 95 98 0 0.55 0.53 0.18 358.43 0.56 0.6
Hex D2 5F 62 0 37 35 12 166 38 3C
Octal 322 137 142 0 67 65 22 546 70 74
Binary 11010010 1011111 1100010 0 110111 110101 10010 101100110 111000 111100

Color Harmonies of #D25F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F62

Black with #D25F62

Text Example


Text Example

White with #D25F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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