Html Css Color HEX #D5707B Froly

📋 copy color: '#D5707B'

red 213 ◦ green 112 ◦ blue 123

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

Shades of Froly #D5707B

Tints of Froly #D5707B

RGB

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

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

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

R = 47.54%
G = 25%
B = 27.46%

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

#D5707B (or 0xD5707B) is known color: Froly. HEX triplet: D5, 70 and 7B. RGB value is (213,112,123). Sum of RGB (Red+Green+Blue) = 213+112+123=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5707B is #2A8F84. Grayscale: #8F8F8F. Windows color (decimal): -2789253 or 8089813. OLE color: 8089813.

HSL color Cylindrical-coordinate representation of color #D5707B: hue angle of 353.47º degrees, saturation: 0.55, 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 #D5707B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 123 -
CMYK 0 0.47 0.42 0.16
HSL 353.47º 0.55% 0.64% -
HSV(B) 353.47º 0.47% 0.84% -
XYZ 36.81 27.16 22.04 -
YUV 143.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 213 112 123 0 0.47 0.42 0.16 353.47 0.55 0.64
Hex D5 70 7B 0 2F 2A 10 161 37 40
Octal 325 160 173 0 57 52 20 541 67 100
Binary 11010101 1110000 1111011 0 101111 101010 10000 101100001 110111 1000000

Color Harmonies of #D5707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5707B

Black with #D5707B

Text Example


Text Example

White with #D5707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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