Html Css Color HEX #D25A64 Mandy

📋 copy color: '#D25A64'

red 210 ◦ green 90 ◦ blue 100

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

Shades of Mandy #D25A64

Tints of Mandy #D25A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

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

R = 52.5%
G = 22.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D25A64 (or 0xD25A64) is known color: Mandy. HEX triplet: D2, 5A and 64. RGB value is (210,90,100). Sum of RGB (Red+Green+Blue) = 210+90+100=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A64 is #2DA59B. Grayscale: #7F7F7F. Windows color (decimal): -2991516 or 6576850. OLE color: 6576850.

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

Color convert

RGB 210 90 100 -
CMYK 0 0.57 0.52 0.18
HSL 355º 0.57% 0.59% -
HSV(B) 355º 0.57% 0.82% -
XYZ 32.53 21.93 14.58 -
YUV 127.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 210 90 100 0 0.57 0.52 0.18 355 0.57 0.59
Hex D2 5A 64 0 39 34 12 163 39 3B
Octal 322 132 144 0 71 64 22 543 71 73
Binary 11010010 1011010 1100100 0 111001 110100 10010 101100011 111001 111011

Color Harmonies of #D25A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A64

Black with #D25A64

Text Example


Text Example

White with #D25A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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