Html Css Color HEX #D6425D Mandy

📋 copy color: '#D6425D'

red 214 ◦ green 66 ◦ blue 93

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

Shades of Mandy #D6425D

Tints of Mandy #D6425D

RGB

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

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

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

R = 57.37%
G = 17.69%
B = 24.93%

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

#D6425D (or 0xD6425D) is known color: Mandy. HEX triplet: D6, 42 and 5D. RGB value is (214,66,93). Sum of RGB (Red+Green+Blue) = 214+66+93=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6425D is #29BDA2. Grayscale: #717171. Windows color (decimal): -2735523 or 6111958. OLE color: 6111958.

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

Color convert

RGB 214 66 93 -
CMYK 0 0.69 0.57 0.16
HSL 349.05º 0.64% 0.55% -
HSV(B) 349.05º 0.69% 0.84% -
XYZ 31.66 18.98 12.35 -
YUV 113.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 214 66 93 0 0.69 0.57 0.16 349.05 0.64 0.55
Hex D6 42 5D 0 45 39 10 15D 40 37
Octal 326 102 135 0 105 71 20 535 100 67
Binary 11010110 1000010 1011101 0 1000101 111001 10000 101011101 1000000 110111

Color Harmonies of #D6425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6425D

Black with #D6425D

Text Example


Text Example

White with #D6425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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