Html Css Color HEX #DF707B Froly

📋 copy color: '#DF707B'

red 223 ◦ green 112 ◦ blue 123

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

Shades of Froly #DF707B

Tints of Froly #DF707B

RGB

 RED value IS 223 (87.5% from 255) = 48.69%

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

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

R = 48.69%
G = 24.45%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF707B (or 0xDF707B) is known color: Froly. HEX triplet: DF, 70 and 7B. RGB value is (223,112,123). Sum of RGB (Red+Green+Blue) = 223+112+123=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF707B is #208F84. Grayscale: #929292. Windows color (decimal): -2133893 or 8089823. OLE color: 8089823.

HSL color Cylindrical-coordinate representation of color #DF707B: hue angle of 354.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF707B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 123 -
CMYK 0 0.50 0.45 0.13
HSL 354.05º 0.63% 0.66% -
HSV(B) 354.05º 0.5% 0.87% -
XYZ 39.8 28.71 22.18 -
YUV 146.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 223 112 123 0 0.50 0.45 0.13 354.05 0.63 0.66
Hex DF 70 7B 0 32 2D D 162 3F 42
Octal 337 160 173 0 62 55 15 542 77 102
Binary 11011111 1110000 1111011 0 110010 101101 1101 101100010 111111 1000010

Color Harmonies of #DF707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF707B

Black with #DF707B

Text Example


Text Example

White with #DF707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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