Html Css Color HEX #D25D65 Mandy

📋 copy color: '#D25D65'

red 210 ◦ green 93 ◦ blue 101

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

Shades of Mandy #D25D65

Tints of Mandy #D25D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25%

R = 51.98%
G = 23.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D25D65 (or 0xD25D65) is known color: Mandy. HEX triplet: D2, 5D and 65. RGB value is (210,93,101). Sum of RGB (Red+Green+Blue) = 210+93+101=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D65 is #2DA29A. Grayscale: #808080. Windows color (decimal): -2990747 or 6643154. OLE color: 6643154.

HSL color Cylindrical-coordinate representation of color #D25D65: hue angle of 355.9º 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 #D25D65 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 101 -
CMYK 0 0.56 0.52 0.18
HSL 355.9º 0.57% 0.59% -
HSV(B) 355.9º 0.56% 0.82% -
XYZ 32.84 22.47 14.92 -
YUV 128.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 210 93 101 0 0.56 0.52 0.18 355.9 0.57 0.59
Hex D2 5D 65 0 38 34 12 164 39 3B
Octal 322 135 145 0 70 64 22 544 71 73
Binary 11010010 1011101 1100101 0 111000 110100 10010 101100100 111001 111011

Color Harmonies of #D25D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D65

Black with #D25D65

Text Example


Text Example

White with #D25D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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