Html Css Color HEX #D1998D Rose

📋 copy color: '#D1998D'

red 209 ◦ green 153 ◦ blue 141

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

Shades of Rose #D1998D

Tints of Rose #D1998D

RGB

 RED value IS 209 (82.03% from 255) = 41.55%

 GREEN value IS 153 (60.16% from 255) = 30.42%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 41.55%
G = 30.42%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1998D (or 0xD1998D) is known color: Rose. HEX triplet: D1, 99 and 8D. RGB value is (209,153,141). Sum of RGB (Red+Green+Blue) = 209+153+141=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1998D is #2E6672. Grayscale: #A8A8A8. Windows color (decimal): -3040883 or 9279953. OLE color: 9279953.

HSL color Cylindrical-coordinate representation of color #D1998D: hue angle of 10.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1998D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 141 -
CMYK 0 0.27 0.33 0.18
HSL 10.59º 0.43% 0.69% -
HSV(B) 10.59º 0.33% 0.82% -
XYZ 42.49 38.26 30.34 -
YUV 168.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 209 153 141 0 0.27 0.33 0.18 10.59 0.43 0.69
Hex D1 99 8D 0 1B 21 12 B 2A 45
Octal 321 231 215 0 33 41 22 13 52 105
Binary 11010001 10011001 10001101 0 11011 100001 10010 1011 101010 1000101

Color Harmonies of #D1998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1998D

Black with #D1998D

Text Example


Text Example

White with #D1998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1998D; }

 p { color: rgb(209,153,141); }

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

background-color css

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

 a { background-color: rgb(209,153,141); }

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

border-color css

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

 span { border-color: rgb(209,153,141); }

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