Html Css Color HEX #D3707B Froly

📋 copy color: '#D3707B'

red 211 ◦ green 112 ◦ blue 123

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

Shades of Froly #D3707B

Tints of Froly #D3707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 47.31%
G = 25.11%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3707B (or 0xD3707B) is known color: Froly. HEX triplet: D3, 70 and 7B. RGB value is (211,112,123). Sum of RGB (Red+Green+Blue) = 211+112+123=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3707B is #2C8F84. Grayscale: #8E8E8E. Windows color (decimal): -2920325 or 8089811. OLE color: 8089811.

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

Color convert

RGB 211 112 123 -
CMYK 0 0.47 0.42 0.17
HSL 353.33º 0.53% 0.63% -
HSV(B) 353.33º 0.47% 0.83% -
XYZ 36.23 26.87 22.02 -
YUV 142.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 211 112 123 0 0.47 0.42 0.17 353.33 0.53 0.63
Hex D3 70 7B 0 2F 2A 11 161 35 3F
Octal 323 160 173 0 57 52 21 541 65 77
Binary 11010011 1110000 1111011 0 101111 101010 10001 101100001 110101 111111

Color Harmonies of #D3707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3707B

Black with #D3707B

Text Example


Text Example

White with #D3707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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