Html Css Color HEX #DF6277 Froly

📋 copy color: '#DF6277'

red 223 ◦ green 98 ◦ blue 119

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

Shades of Froly #DF6277

Tints of Froly #DF6277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 50.68%
G = 22.27%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF6277 (or 0xDF6277) is known color: Froly. HEX triplet: DF, 62 and 77. RGB value is (223,98,119). Sum of RGB (Red+Green+Blue) = 223+98+119=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6277 is #209D88. Grayscale: #898989. Windows color (decimal): -2137481 or 7824095. OLE color: 7824095.

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

Color convert

RGB 223 98 119 -
CMYK 0 0.56 0.47 0.13
HSL 349.92º 0.66% 0.63% -
HSV(B) 349.92º 0.56% 0.87% -
XYZ 38.13 25.76 20.41 -
YUV 137.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 223 98 119 0 0.56 0.47 0.13 349.92 0.66 0.63
Hex DF 62 77 0 38 2F D 15E 42 3F
Octal 337 142 167 0 70 57 15 536 102 77
Binary 11011111 1100010 1110111 0 111000 101111 1101 101011110 1000010 111111

Color Harmonies of #DF6277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6277

Black with #DF6277

Text Example


Text Example

White with #DF6277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6277; }

 p { color: rgb(223,98,119); }

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

background-color css

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

 a { background-color: rgb(223,98,119); }

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

border-color css

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

 span { border-color: rgb(223,98,119); }

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