Html Css Color HEX #DA6970 Froly

📋 copy color: '#DA6970'

red 218 ◦ green 105 ◦ blue 112

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

Shades of Froly #DA6970

Tints of Froly #DA6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.14%

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 50.11%
G = 24.14%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA6970 (or 0xDA6970) is known color: Froly. HEX triplet: DA, 69 and 70. RGB value is (218,105,112). Sum of RGB (Red+Green+Blue) = 218+105+112=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6970 is #25968F. Grayscale: #8B8B8B. Windows color (decimal): -2463376 or 7367130. OLE color: 7367130.

HSL color Cylindrical-coordinate representation of color #DA6970: hue angle of 356.28º degrees, saturation: 0.6, 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 #DA6970 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 112 -
CMYK 0 0.52 0.49 0.15
HSL 356.28º 0.6% 0.63% -
HSV(B) 356.28º 0.52% 0.85% -
XYZ 36.89 26.18 18.44 -
YUV 139.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 218 105 112 0 0.52 0.49 0.15 356.28 0.6 0.63
Hex DA 69 70 0 34 31 F 164 3C 3F
Octal 332 151 160 0 64 61 17 544 74 77
Binary 11011010 1101001 1110000 0 110100 110001 1111 101100100 111100 111111

Color Harmonies of #DA6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6970

Black with #DA6970

Text Example


Text Example

White with #DA6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6970; }

 p { color: rgb(218,105,112); }

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

background-color css

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

 a { background-color: rgb(218,105,112); }

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

border-color css

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

 span { border-color: rgb(218,105,112); }

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