Html Css Color HEX #D6647E Deep Blush

📋 copy color: '#D6647E'

red 214 ◦ green 100 ◦ blue 126

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

Shades of Deep Blush #D6647E

Tints of Deep Blush #D6647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 48.64%
G = 22.73%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6647E (or 0xD6647E) is known color: Deep Blush. HEX triplet: D6, 64 and 7E. RGB value is (214,100,126). Sum of RGB (Red+Green+Blue) = 214+100+126=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6647E is #299B81. Grayscale: #898989. Windows color (decimal): -2726786 or 8283350. OLE color: 8283350.

HSL color Cylindrical-coordinate representation of color #D6647E: hue angle of 346.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6647E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 126 -
CMYK 0 0.53 0.41 0.16
HSL 346.32º 0.58% 0.62% -
HSV(B) 346.32º 0.53% 0.84% -
XYZ 36.05 24.92 22.65 -
YUV 137.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 214 100 126 0 0.53 0.41 0.16 346.32 0.58 0.62
Hex D6 64 7E 0 35 29 10 15A 3A 3E
Octal 326 144 176 0 65 51 20 532 72 76
Binary 11010110 1100100 1111110 0 110101 101001 10000 101011010 111010 111110

Color Harmonies of #D6647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6647E

Black with #D6647E

Text Example


Text Example

White with #D6647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6647E; }

 p { color: rgb(214,100,126); }

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

background-color css

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

 a { background-color: rgb(214,100,126); }

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

border-color css

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

 span { border-color: rgb(214,100,126); }

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