Html Css Color HEX #DF6A7A Froly

📋 copy color: '#DF6A7A'

red 223 ◦ green 106 ◦ blue 122

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

Shades of Froly #DF6A7A

Tints of Froly #DF6A7A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.5%

 BLUE value IS 122 (48.05% from 255) = 27.05%

R = 49.45%
G = 23.5%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF6A7A (or 0xDF6A7A) is known color: Froly. HEX triplet: DF, 6A and 7A. RGB value is (223,106,122). Sum of RGB (Red+Green+Blue) = 223+106+122=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A7A is #209585. Grayscale: #8E8E8E. Windows color (decimal): -2135430 or 8022751. OLE color: 8022751.

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

Color convert

RGB 223 106 122 -
CMYK 0 0.52 0.45 0.13
HSL 351.79º 0.65% 0.65% -
HSV(B) 351.79º 0.52% 0.87% -
XYZ 39.1 27.4 21.64 -
YUV 142.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 223 106 122 0 0.52 0.45 0.13 351.79 0.65 0.65
Hex DF 6A 7A 0 34 2D D 160 41 41
Octal 337 152 172 0 64 55 15 540 101 101
Binary 11011111 1101010 1111010 0 110100 101101 1101 101100000 1000001 1000001

Color Harmonies of #DF6A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A7A

Black with #DF6A7A

Text Example


Text Example

White with #DF6A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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