Html Css Color HEX #DF627B Froly

📋 copy color: '#DF627B'

red 223 ◦ green 98 ◦ blue 123

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

Shades of Froly #DF627B

Tints of Froly #DF627B

RGB

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

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

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

R = 50.23%
G = 22.07%
B = 27.7%

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

#DF627B (or 0xDF627B) is known color: Froly. HEX triplet: DF, 62 and 7B. RGB value is (223,98,123). Sum of RGB (Red+Green+Blue) = 223+98+123=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF627B is #209D84. Grayscale: #8A8A8A. Windows color (decimal): -2137477 or 8086239. OLE color: 8086239.

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

Color convert

RGB 223 98 123 -
CMYK 0 0.56 0.45 0.13
HSL 348º 0.66% 0.63% -
HSV(B) 348º 0.56% 0.87% -
XYZ 38.37 25.85 21.71 -
YUV 138.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 223 98 123 0 0.56 0.45 0.13 348 0.66 0.63
Hex DF 62 7B 0 38 2D D 15C 42 3F
Octal 337 142 173 0 70 55 15 534 102 77
Binary 11011111 1100010 1111011 0 111000 101101 1101 101011100 1000010 111111

Color Harmonies of #DF627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF627B

Black with #DF627B

Text Example


Text Example

White with #DF627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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