Html Css Color HEX #D7626B Froly

📋 copy color: '#D7626B'

red 215 ◦ green 98 ◦ blue 107

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

Shades of Froly #D7626B

Tints of Froly #D7626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.48%

R = 51.19%
G = 23.33%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7626B (or 0xD7626B) is known color: Froly. HEX triplet: D7, 62 and 6B. RGB value is (215,98,107). Sum of RGB (Red+Green+Blue) = 215+98+107=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7626B is #289D94. Grayscale: #868686. Windows color (decimal): -2661781 or 7037655. OLE color: 7037655.

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

Color convert

RGB 215 98 107 -
CMYK 0 0.54 0.50 0.16
HSL 355.38º 0.59% 0.61% -
HSV(B) 355.38º 0.54% 0.84% -
XYZ 35.05 24.24 16.74 -
YUV 134.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 215 98 107 0 0.54 0.50 0.16 355.38 0.59 0.61
Hex D7 62 6B 0 36 32 10 163 3B 3D
Octal 327 142 153 0 66 62 20 543 73 75
Binary 11010111 1100010 1101011 0 110110 110010 10000 101100011 111011 111101

Color Harmonies of #D7626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7626B

Black with #D7626B

Text Example


Text Example

White with #D7626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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