Html Css Color HEX #D25B66 Mandy

📋 copy color: '#D25B66'

red 210 ◦ green 91 ◦ blue 102

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

Shades of Mandy #D25B66

Tints of Mandy #D25B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 52.11%
G = 22.58%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D25B66 (or 0xD25B66) is known color: Mandy. HEX triplet: D2, 5B and 66. RGB value is (210,91,102). Sum of RGB (Red+Green+Blue) = 210+91+102=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B66 is #2DA499. Grayscale: #7F7F7F. Windows color (decimal): -2991258 or 6708178. OLE color: 6708178.

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

Color convert

RGB 210 91 102 -
CMYK 0 0.57 0.51 0.18
HSL 354.45º 0.57% 0.59% -
HSV(B) 354.45º 0.57% 0.82% -
XYZ 32.72 22.14 15.12 -
YUV 127.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 210 91 102 0 0.57 0.51 0.18 354.45 0.57 0.59
Hex D2 5B 66 0 39 33 12 162 39 3B
Octal 322 133 146 0 71 63 22 542 71 73
Binary 11010010 1011011 1100110 0 111001 110011 10010 101100010 111001 111011

Color Harmonies of #D25B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B66

Black with #D25B66

Text Example


Text Example

White with #D25B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B66; }

 p { color: rgb(210,91,102); }

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

background-color css

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

 a { background-color: rgb(210,91,102); }

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

border-color css

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

 span { border-color: rgb(210,91,102); }

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