Html Css Color HEX #D6626D Froly

📋 copy color: '#D6626D'

red 214 ◦ green 98 ◦ blue 109

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

Shades of Froly #D6626D

Tints of Froly #D6626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.28%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 50.83%
G = 23.28%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6626D (or 0xD6626D) is known color: Froly. HEX triplet: D6, 62 and 6D. RGB value is (214,98,109). Sum of RGB (Red+Green+Blue) = 214+98+109=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6626D is #299D92. Grayscale: #868686. Windows color (decimal): -2727315 or 7168726. OLE color: 7168726.

HSL color Cylindrical-coordinate representation of color #D6626D: hue angle of 354.31º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6626D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 109 -
CMYK 0 0.54 0.49 0.16
HSL 354.31º 0.59% 0.61% -
HSV(B) 354.31º 0.54% 0.84% -
XYZ 34.86 24.14 17.29 -
YUV 133.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 214 98 109 0 0.54 0.49 0.16 354.31 0.59 0.61
Hex D6 62 6D 0 36 31 10 162 3B 3D
Octal 326 142 155 0 66 61 20 542 73 75
Binary 11010110 1100010 1101101 0 110110 110001 10000 101100010 111011 111101

Color Harmonies of #D6626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6626D

Black with #D6626D

Text Example


Text Example

White with #D6626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6626D; }

 p { color: rgb(214,98,109); }

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

background-color css

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

 a { background-color: rgb(214,98,109); }

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

border-color css

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

 span { border-color: rgb(214,98,109); }

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