Html Css Color HEX #DA6871 Froly

📋 copy color: '#DA6871'

red 218 ◦ green 104 ◦ blue 113

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

Shades of Froly #DA6871

Tints of Froly #DA6871

RGB

 RED value IS 218 (85.55% from 255) = 50.11%

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 50.11%
G = 23.91%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6871 (or 0xDA6871) is known color: Froly. HEX triplet: DA, 68 and 71. RGB value is (218,104,113). Sum of RGB (Red+Green+Blue) = 218+104+113=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6871 is #25978E. Grayscale: #8B8B8B. Windows color (decimal): -2463631 or 7432410. OLE color: 7432410.

HSL color Cylindrical-coordinate representation of color #DA6871: hue angle of 355.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6871 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 113 -
CMYK 0 0.52 0.48 0.15
HSL 355.26º 0.61% 0.63% -
HSV(B) 355.26º 0.52% 0.85% -
XYZ 36.84 26 18.7 -
YUV 139.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 218 104 113 0 0.52 0.48 0.15 355.26 0.61 0.63
Hex DA 68 71 0 34 30 F 163 3D 3F
Octal 332 150 161 0 64 60 17 543 75 77
Binary 11011010 1101000 1110001 0 110100 110000 1111 101100011 111101 111111

Color Harmonies of #DA6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6871

Black with #DA6871

Text Example


Text Example

White with #DA6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6871; }

 p { color: rgb(218,104,113); }

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

background-color css

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

 a { background-color: rgb(218,104,113); }

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

border-color css

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

 span { border-color: rgb(218,104,113); }

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