Html Css Color HEX #D98182 Froly

📋 copy color: '#D98182'

red 217 ◦ green 129 ◦ blue 130

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

Shades of Froly #D98182

Tints of Froly #D98182

RGB

 RED value IS 217 (85.16% from 255) = 45.59%

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

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

R = 45.59%
G = 27.1%
B = 27.31%

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

#D98182 (or 0xD98182) is known color: Froly. HEX triplet: D9, 81 and 82. RGB value is (217,129,130). Sum of RGB (Red+Green+Blue) = 217+129+130=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D98182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98182 is #267E7D. Grayscale: #9B9B9B. Windows color (decimal): -2522750 or 8552921. OLE color: 8552921.

HSL color Cylindrical-coordinate representation of color #D98182: hue angle of 359.32º degrees, saturation: 0.54, 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 #D98182 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 130 -
CMYK 0 0.41 0.40 0.15
HSL 359.32º 0.54% 0.68% -
HSV(B) 359.32º 0.41% 0.85% -
XYZ 40.49 32.06 25.17 -
YUV 155.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 217 129 130 0 0.41 0.40 0.15 359.32 0.54 0.68
Hex D9 81 82 0 29 28 F 167 36 44
Octal 331 201 202 0 51 50 17 547 66 104
Binary 11011001 10000001 10000010 0 101001 101000 1111 101100111 110110 1000100

Color Harmonies of #D98182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98182

Black with #D98182

Text Example


Text Example

White with #D98182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98182; }

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

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

background-color css

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

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

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

border-color css

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

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

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