Html Css Color HEX #DF627A Froly

📋 copy color: '#DF627A'

red 223 ◦ green 98 ◦ blue 122

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

Shades of Froly #DF627A

Tints of Froly #DF627A

RGB

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

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

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

R = 50.34%
G = 22.12%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF627A (or 0xDF627A) is known color: Froly. HEX triplet: DF, 62 and 7A. RGB value is (223,98,122). Sum of RGB (Red+Green+Blue) = 223+98+122=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF627A is #209D85. Grayscale: #8A8A8A. Windows color (decimal): -2137478 or 8020703. OLE color: 8020703.

HSL color Cylindrical-coordinate representation of color #DF627A: hue angle of 348.48º 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 #DF627A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 122 -
CMYK 0 0.56 0.45 0.13
HSL 348.48º 0.66% 0.63% -
HSV(B) 348.48º 0.56% 0.87% -
XYZ 38.31 25.83 21.38 -
YUV 138.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 223 98 122 0 0.56 0.45 0.13 348.48 0.66 0.63
Hex DF 62 7A 0 38 2D D 15C 42 3F
Octal 337 142 172 0 70 55 15 534 102 77
Binary 11011111 1100010 1111010 0 111000 101101 1101 101011100 1000010 111111

Color Harmonies of #DF627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF627A

Black with #DF627A

Text Example


Text Example

White with #DF627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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