Html Css Color HEX #DF6478 Froly

📋 copy color: '#DF6478'

red 223 ◦ green 100 ◦ blue 120

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

Shades of Froly #DF6478

Tints of Froly #DF6478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

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

R = 50.34%
G = 22.57%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6478 (or 0xDF6478) is known color: Froly. HEX triplet: DF, 64 and 78. RGB value is (223,100,120). Sum of RGB (Red+Green+Blue) = 223+100+120=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6478 is #209B87. Grayscale: #8B8B8B. Windows color (decimal): -2136968 or 7890143. OLE color: 7890143.

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

Color convert

RGB 223 100 120 -
CMYK 0 0.55 0.46 0.13
HSL 350.24º 0.66% 0.63% -
HSV(B) 350.24º 0.55% 0.87% -
XYZ 38.38 26.16 20.8 -
YUV 139.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 223 100 120 0 0.55 0.46 0.13 350.24 0.66 0.63
Hex DF 64 78 0 37 2E D 15E 42 3F
Octal 337 144 170 0 67 56 15 536 102 77
Binary 11011111 1100100 1111000 0 110111 101110 1101 101011110 1000010 111111

Color Harmonies of #DF6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6478

Black with #DF6478

Text Example


Text Example

White with #DF6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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