Html Css Color HEX #D2425C Mandy

📋 copy color: '#D2425C'

red 210 ◦ green 66 ◦ blue 92

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

Shades of Mandy #D2425C

Tints of Mandy #D2425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 57.07%
G = 17.93%
B = 25%

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

#D2425C (or 0xD2425C) is known color: Mandy. HEX triplet: D2, 42 and 5C. RGB value is (210,66,92). Sum of RGB (Red+Green+Blue) = 210+66+92=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425C is #2DBDA3. Grayscale: #707070. Windows color (decimal): -2997668 or 6046418. OLE color: 6046418.

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

Color convert

RGB 210 66 92 -
CMYK 0 0.69 0.56 0.18
HSL 349.17º 0.62% 0.54% -
HSV(B) 349.17º 0.69% 0.82% -
XYZ 30.46 18.37 12.07 -
YUV 112.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 210 66 92 0 0.69 0.56 0.18 349.17 0.62 0.54
Hex D2 42 5C 0 45 38 12 15D 3E 36
Octal 322 102 134 0 105 70 22 535 76 66
Binary 11010010 1000010 1011100 0 1000101 111000 10010 101011101 111110 110110

Color Harmonies of #D2425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2425C

Black with #D2425C

Text Example


Text Example

White with #D2425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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