Html Css Color HEX #DF6067 Froly

📋 copy color: '#DF6067'

red 223 ◦ green 96 ◦ blue 103

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

Shades of Froly #DF6067

Tints of Froly #DF6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 52.84%
G = 22.75%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF6067 (or 0xDF6067) is known color: Froly. HEX triplet: DF, 60 and 67. RGB value is (223,96,103). Sum of RGB (Red+Green+Blue) = 223+96+103=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6067 is #209F98. Grayscale: #868686. Windows color (decimal): -2138009 or 6775007. OLE color: 6775007.

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

Color convert

RGB 223 96 103 -
CMYK 0 0.57 0.54 0.13
HSL 356.69º 0.66% 0.63% -
HSV(B) 356.69º 0.57% 0.87% -
XYZ 37.06 25.03 15.71 -
YUV 134.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 223 96 103 0 0.57 0.54 0.13 356.69 0.66 0.63
Hex DF 60 67 0 39 36 D 165 42 3F
Octal 337 140 147 0 71 66 15 545 102 77
Binary 11011111 1100000 1100111 0 111001 110110 1101 101100101 1000010 111111

Color Harmonies of #DF6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6067

Black with #DF6067

Text Example


Text Example

White with #DF6067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6067; }

 p { color: rgb(223,96,103); }

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

background-color css

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

 a { background-color: rgb(223,96,103); }

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

border-color css

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

 span { border-color: rgb(223,96,103); }

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