Html Css Color HEX #DF6369 Froly

📋 copy color: '#DF6369'

red 223 ◦ green 99 ◦ blue 105

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

Shades of Froly #DF6369

Tints of Froly #DF6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 52.22%
G = 23.19%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6369 (or 0xDF6369) is known color: Froly. HEX triplet: DF, 63 and 69. RGB value is (223,99,105). Sum of RGB (Red+Green+Blue) = 223+99+105=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6369 is #209C96. Grayscale: #888888. Windows color (decimal): -2137239 or 6906847. OLE color: 6906847.

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

Color convert

RGB 223 99 105 -
CMYK 0 0.56 0.53 0.13
HSL 357.1º 0.66% 0.63% -
HSV(B) 357.1º 0.56% 0.87% -
XYZ 37.44 25.63 16.34 -
YUV 136.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 223 99 105 0 0.56 0.53 0.13 357.1 0.66 0.63
Hex DF 63 69 0 38 35 D 165 42 3F
Octal 337 143 151 0 70 65 15 545 102 77
Binary 11011111 1100011 1101001 0 111000 110101 1101 101100101 1000010 111111

Color Harmonies of #DF6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6369

Black with #DF6369

Text Example


Text Example

White with #DF6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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