Html Css Color HEX #D5717C Froly

📋 copy color: '#D5717C'

red 213 ◦ green 113 ◦ blue 124

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

Shades of Froly #D5717C

Tints of Froly #D5717C

RGB

 RED value IS 213 (83.59% from 255) = 47.33%

 GREEN value IS 113 (44.53% from 255) = 25.11%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 47.33%
G = 25.11%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5717C (or 0xD5717C) is known color: Froly. HEX triplet: D5, 71 and 7C. RGB value is (213,113,124). Sum of RGB (Red+Green+Blue) = 213+113+124=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5717C is #2A8E83. Grayscale: #909090. Windows color (decimal): -2788996 or 8155605. OLE color: 8155605.

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

Color convert

RGB 213 113 124 -
CMYK 0 0.47 0.42 0.16
HSL 353.4º 0.54% 0.64% -
HSV(B) 353.4º 0.47% 0.84% -
XYZ 36.98 27.41 22.41 -
YUV 144.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 213 113 124 0 0.47 0.42 0.16 353.4 0.54 0.64
Hex D5 71 7C 0 2F 2A 10 161 36 40
Octal 325 161 174 0 57 52 20 541 66 100
Binary 11010101 1110001 1111100 0 101111 101010 10000 101100001 110110 1000000

Color Harmonies of #D5717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5717C

Black with #D5717C

Text Example


Text Example

White with #D5717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5717C; }

 p { color: rgb(213,113,124); }

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

background-color css

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

 a { background-color: rgb(213,113,124); }

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

border-color css

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

 span { border-color: rgb(213,113,124); }

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