Html Css Color HEX #D25D64 Mandy

📋 copy color: '#D25D64'

red 210 ◦ green 93 ◦ blue 100

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

Shades of Mandy #D25D64

Tints of Mandy #D25D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 52.11%
G = 23.08%
B = 24.81%

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

#D25D64 (or 0xD25D64) is known color: Mandy. HEX triplet: D2, 5D and 64. RGB value is (210,93,100). Sum of RGB (Red+Green+Blue) = 210+93+100=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D64 is #2DA29B. Grayscale: #808080. Windows color (decimal): -2990748 or 6577618. OLE color: 6577618.

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

Color convert

RGB 210 93 100 -
CMYK 0 0.56 0.52 0.18
HSL 356.41º 0.57% 0.59% -
HSV(B) 356.41º 0.56% 0.82% -
XYZ 32.79 22.45 14.66 -
YUV 128.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 210 93 100 0 0.56 0.52 0.18 356.41 0.57 0.59
Hex D2 5D 64 0 38 34 12 164 39 3B
Octal 322 135 144 0 70 64 22 544 71 73
Binary 11010010 1011101 1100100 0 111000 110100 10010 101100100 111001 111011

Color Harmonies of #D25D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D64

Black with #D25D64

Text Example


Text Example

White with #D25D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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