Html Css Color HEX #DF7278 Froly

📋 copy color: '#DF7278'

red 223 ◦ green 114 ◦ blue 120

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

Shades of Froly #DF7278

Tints of Froly #DF7278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 48.8%
G = 24.95%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF7278 (or 0xDF7278) is known color: Froly. HEX triplet: DF, 72 and 78. RGB value is (223,114,120). Sum of RGB (Red+Green+Blue) = 223+114+120=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7278 is #208D87. Grayscale: #939393. Windows color (decimal): -2133384 or 7893727. OLE color: 7893727.

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

Color convert

RGB 223 114 120 -
CMYK 0 0.49 0.46 0.13
HSL 356.7º 0.63% 0.66% -
HSV(B) 356.7º 0.49% 0.87% -
XYZ 39.84 29.08 21.28 -
YUV 147.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 223 114 120 0 0.49 0.46 0.13 356.7 0.63 0.66
Hex DF 72 78 0 31 2E D 165 3F 42
Octal 337 162 170 0 61 56 15 545 77 102
Binary 11011111 1110010 1111000 0 110001 101110 1101 101100101 111111 1000010

Color Harmonies of #DF7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7278

Black with #DF7278

Text Example


Text Example

White with #DF7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7278; }

 p { color: rgb(223,114,120); }

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

background-color css

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

 a { background-color: rgb(223,114,120); }

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

border-color css

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

 span { border-color: rgb(223,114,120); }

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