Html Css Color HEX #DF646A Froly

📋 copy color: '#DF646A'

red 223 ◦ green 100 ◦ blue 106

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

Shades of Froly #DF646A

Tints of Froly #DF646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 51.98%
G = 23.31%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF646A (or 0xDF646A) is known color: Froly. HEX triplet: DF, 64 and 6A. RGB value is (223,100,106). Sum of RGB (Red+Green+Blue) = 223+100+106=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646A is #209B95. Grayscale: #898989. Windows color (decimal): -2136982 or 6972639. OLE color: 6972639.

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

Color convert

RGB 223 100 106 -
CMYK 0 0.55 0.52 0.13
HSL 357.07º 0.66% 0.63% -
HSV(B) 357.07º 0.55% 0.87% -
XYZ 37.59 25.84 16.64 -
YUV 137.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 223 100 106 0 0.55 0.52 0.13 357.07 0.66 0.63
Hex DF 64 6A 0 37 34 D 165 42 3F
Octal 337 144 152 0 67 64 15 545 102 77
Binary 11011111 1100100 1101010 0 110111 110100 1101 101100101 1000010 111111

Color Harmonies of #DF646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF646A

Black with #DF646A

Text Example


Text Example

White with #DF646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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