Html Css Color HEX #D7626E Froly

📋 copy color: '#D7626E'

red 215 ◦ green 98 ◦ blue 110

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

Shades of Froly #D7626E

Tints of Froly #D7626E

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 50.83%
G = 23.17%
B = 26%

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

#D7626E (or 0xD7626E) is known color: Froly. HEX triplet: D7, 62 and 6E. RGB value is (215,98,110). Sum of RGB (Red+Green+Blue) = 215+98+110=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7626E is #289D91. Grayscale: #868686. Windows color (decimal): -2661778 or 7234263. OLE color: 7234263.

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

Color convert

RGB 215 98 110 -
CMYK 0 0.54 0.49 0.16
HSL 353.85º 0.59% 0.61% -
HSV(B) 353.85º 0.54% 0.84% -
XYZ 35.21 24.31 17.59 -
YUV 134.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 215 98 110 0 0.54 0.49 0.16 353.85 0.59 0.61
Hex D7 62 6E 0 36 31 10 162 3B 3D
Octal 327 142 156 0 66 61 20 542 73 75
Binary 11010111 1100010 1101110 0 110110 110001 10000 101100010 111011 111101

Color Harmonies of #D7626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7626E

Black with #D7626E

Text Example


Text Example

White with #D7626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7626E; }

 p { color: rgb(215,98,110); }

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

background-color css

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

 a { background-color: rgb(215,98,110); }

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

border-color css

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

 span { border-color: rgb(215,98,110); }

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