Html Css Color HEX #DA8182 Froly

📋 copy color: '#DA8182'

red 218 ◦ green 129 ◦ blue 130

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

Shades of Froly #DA8182

Tints of Froly #DA8182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 45.7%
G = 27.04%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8182 (or 0xDA8182) is known color: Froly. HEX triplet: DA, 81 and 82. RGB value is (218,129,130). Sum of RGB (Red+Green+Blue) = 218+129+130=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8182 is #257E7D. Grayscale: #9B9B9B. Windows color (decimal): -2457214 or 8552922. OLE color: 8552922.

HSL color Cylindrical-coordinate representation of color #DA8182: hue angle of 359.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8182 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 130 -
CMYK 0 0.41 0.40 0.15
HSL 359.33º 0.55% 0.68% -
HSV(B) 359.33º 0.41% 0.85% -
XYZ 40.79 32.22 25.19 -
YUV 155.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 218 129 130 0 0.41 0.40 0.15 359.33 0.55 0.68
Hex DA 81 82 0 29 28 F 167 37 44
Octal 332 201 202 0 51 50 17 547 67 104
Binary 11011010 10000001 10000010 0 101001 101000 1111 101100111 110111 1000100

Color Harmonies of #DA8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8182

Black with #DA8182

Text Example


Text Example

White with #DA8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8182; }

 p { color: rgb(218,129,130); }

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

background-color css

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

 a { background-color: rgb(218,129,130); }

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

border-color css

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

 span { border-color: rgb(218,129,130); }

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