Html Css Color HEX #DF7A7B Froly

📋 copy color: '#DF7A7B'

red 223 ◦ green 122 ◦ blue 123

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

Shades of Froly #DF7A7B

Tints of Froly #DF7A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 47.65%
G = 26.07%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF7A7B (or 0xDF7A7B) is known color: Froly. HEX triplet: DF, 7A and 7B. RGB value is (223,122,123). Sum of RGB (Red+Green+Blue) = 223+122+123=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A7B is #208584. Grayscale: #989898. Windows color (decimal): -2131333 or 8092383. OLE color: 8092383.

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

Color convert

RGB 223 122 123 -
CMYK 0 0.45 0.45 0.13
HSL 359.41º 0.61% 0.68% -
HSV(B) 359.41º 0.45% 0.87% -
XYZ 40.97 31.04 22.57 -
YUV 152.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 223 122 123 0 0.45 0.45 0.13 359.41 0.61 0.68
Hex DF 7A 7B 0 2D 2D D 167 3D 44
Octal 337 172 173 0 55 55 15 547 75 104
Binary 11011111 1111010 1111011 0 101101 101101 1101 101100111 111101 1000100

Color Harmonies of #DF7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A7B

Black with #DF7A7B

Text Example


Text Example

White with #DF7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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