Html Css Color HEX #D3717B Froly

📋 copy color: '#D3717B'

red 211 ◦ green 113 ◦ blue 123

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

Shades of Froly #D3717B

Tints of Froly #D3717B

RGB

 RED value IS 211 (82.81% from 255) = 47.2%

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

 BLUE value IS 123 (48.44% from 255) = 27.52%

R = 47.2%
G = 25.28%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3717B (or 0xD3717B) is known color: Froly. HEX triplet: D3, 71 and 7B. RGB value is (211,113,123). Sum of RGB (Red+Green+Blue) = 211+113+123=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D3717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3717B is #2C8E84. Grayscale: #8F8F8F. Windows color (decimal): -2920069 or 8090067. OLE color: 8090067.

HSL color Cylindrical-coordinate representation of color #D3717B: hue angle of 353.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3717B is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 123 -
CMYK 0 0.46 0.42 0.17
HSL 353.88º 0.53% 0.64% -
HSV(B) 353.88º 0.46% 0.83% -
XYZ 36.34 27.09 22.05 -
YUV 143.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 211 113 123 0 0.46 0.42 0.17 353.88 0.53 0.64
Hex D3 71 7B 0 2E 2A 11 162 35 40
Octal 323 161 173 0 56 52 21 542 65 100
Binary 11010011 1110001 1111011 0 101110 101010 10001 101100010 110101 1000000

Color Harmonies of #D3717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3717B

Black with #D3717B

Text Example


Text Example

White with #D3717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3717B; }

 p { color: rgb(211,113,123); }

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

background-color css

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

 a { background-color: rgb(211,113,123); }

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

border-color css

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

 span { border-color: rgb(211,113,123); }

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