Html Css Color HEX #DF6378 Froly

📋 copy color: '#DF6378'

red 223 ◦ green 99 ◦ blue 120

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

Shades of Froly #DF6378

Tints of Froly #DF6378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

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

R = 50.45%
G = 22.4%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF6378 (or 0xDF6378) is known color: Froly. HEX triplet: DF, 63 and 78. RGB value is (223,99,120). Sum of RGB (Red+Green+Blue) = 223+99+120=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6378 is #209C87. Grayscale: #8A8A8A. Windows color (decimal): -2137224 or 7889887. OLE color: 7889887.

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

Color convert

RGB 223 99 120 -
CMYK 0 0.56 0.46 0.13
HSL 349.84º 0.66% 0.63% -
HSV(B) 349.84º 0.56% 0.87% -
XYZ 38.28 25.97 20.76 -
YUV 138.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 223 99 120 0 0.56 0.46 0.13 349.84 0.66 0.63
Hex DF 63 78 0 38 2E D 15E 42 3F
Octal 337 143 170 0 70 56 15 536 102 77
Binary 11011111 1100011 1111000 0 111000 101110 1101 101011110 1000010 111111

Color Harmonies of #DF6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6378

Black with #DF6378

Text Example


Text Example

White with #DF6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6378; }

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

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

background-color css

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

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

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

border-color css

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

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

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