Html Css Color HEX #D6425B Mandy

📋 copy color: '#D6425B'

red 214 ◦ green 66 ◦ blue 91

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

Shades of Mandy #D6425B

Tints of Mandy #D6425B

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 57.68%
G = 17.79%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6425B (or 0xD6425B) is known color: Mandy. HEX triplet: D6, 42 and 5B. RGB value is (214,66,91). Sum of RGB (Red+Green+Blue) = 214+66+91=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6425B is #29BDA4. Grayscale: #717171. Windows color (decimal): -2735525 or 5980886. OLE color: 5980886.

HSL color Cylindrical-coordinate representation of color #D6425B: hue angle of 349.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6425B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 91 -
CMYK 0 0.69 0.57 0.16
HSL 349.86º 0.64% 0.55% -
HSV(B) 349.86º 0.69% 0.84% -
XYZ 31.57 18.95 11.89 -
YUV 113.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 214 66 91 0 0.69 0.57 0.16 349.86 0.64 0.55
Hex D6 42 5B 0 45 39 10 15E 40 37
Octal 326 102 133 0 105 71 20 536 100 67
Binary 11010110 1000010 1011011 0 1000101 111001 10000 101011110 1000000 110111

Color Harmonies of #D6425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6425B

Black with #D6425B

Text Example


Text Example

White with #D6425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6425B; }

 p { color: rgb(214,66,91); }

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

background-color css

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

 a { background-color: rgb(214,66,91); }

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

border-color css

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

 span { border-color: rgb(214,66,91); }

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