Html Css Color HEX #DA707D Froly

📋 copy color: '#DA707D'

red 218 ◦ green 112 ◦ blue 125

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

Shades of Froly #DA707D

Tints of Froly #DA707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 47.91%
G = 24.62%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA707D (or 0xDA707D) is known color: Froly. HEX triplet: DA, 70 and 7D. RGB value is (218,112,125). Sum of RGB (Red+Green+Blue) = 218+112+125=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707D is #258F82. Grayscale: #919191. Windows color (decimal): -2461571 or 8220890. OLE color: 8220890.

HSL color Cylindrical-coordinate representation of color #DA707D: hue angle of 352.64º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA707D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 125 -
CMYK 0 0.49 0.43 0.15
HSL 352.64º 0.59% 0.65% -
HSV(B) 352.64º 0.49% 0.85% -
XYZ 38.41 27.97 22.78 -
YUV 145.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 218 112 125 0 0.49 0.43 0.15 352.64 0.59 0.65
Hex DA 70 7D 0 31 2B F 161 3B 41
Octal 332 160 175 0 61 53 17 541 73 101
Binary 11011010 1110000 1111101 0 110001 101011 1111 101100001 111011 1000001

Color Harmonies of #DA707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA707D

Black with #DA707D

Text Example


Text Example

White with #DA707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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