Html Css Color HEX #D1425C Mandy

📋 copy color: '#D1425C'

red 209 ◦ green 66 ◦ blue 92

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

Shades of Mandy #D1425C

Tints of Mandy #D1425C

RGB

 RED value IS 209 (82.03% from 255) = 56.95%

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

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

R = 56.95%
G = 17.98%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1425C (or 0xD1425C) is known color: Mandy. HEX triplet: D1, 42 and 5C. RGB value is (209,66,92). Sum of RGB (Red+Green+Blue) = 209+66+92=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1425C is #2EBDA3. Grayscale: #6F6F6F. Windows color (decimal): -3063204 or 6046417. OLE color: 6046417.

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

Color convert

RGB 209 66 92 -
CMYK 0 0.68 0.56 0.18
HSL 349.09º 0.61% 0.54% -
HSV(B) 349.09º 0.68% 0.82% -
XYZ 30.17 18.22 12.05 -
YUV 111.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 209 66 92 0 0.68 0.56 0.18 349.09 0.61 0.54
Hex D1 42 5C 0 44 38 12 15D 3D 36
Octal 321 102 134 0 104 70 22 535 75 66
Binary 11010001 1000010 1011100 0 1000100 111000 10010 101011101 111101 110110

Color Harmonies of #D1425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1425C

Black with #D1425C

Text Example


Text Example

White with #D1425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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