Html Css Color HEX #D2425D Mandy

📋 copy color: '#D2425D'

red 210 ◦ green 66 ◦ blue 93

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

Shades of Mandy #D2425D

Tints of Mandy #D2425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 56.91%
G = 17.89%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2425D (or 0xD2425D) is known color: Mandy. HEX triplet: D2, 42 and 5D. RGB value is (210,66,93). Sum of RGB (Red+Green+Blue) = 210+66+93=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425D is #2DBDA2. Grayscale: #707070. Windows color (decimal): -2997667 or 6111954. OLE color: 6111954.

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

Color convert

RGB 210 66 93 -
CMYK 0 0.69 0.56 0.18
HSL 348.75º 0.62% 0.54% -
HSV(B) 348.75º 0.69% 0.82% -
XYZ 30.5 18.39 12.3 -
YUV 112.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 210 66 93 0 0.69 0.56 0.18 348.75 0.62 0.54
Hex D2 42 5D 0 45 38 12 15D 3E 36
Octal 322 102 135 0 105 70 22 535 76 66
Binary 11010010 1000010 1011101 0 1000101 111000 10010 101011101 111110 110110

Color Harmonies of #D2425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2425D

Black with #D2425D

Text Example


Text Example

White with #D2425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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