Html Css Color HEX #D2998D Rose

📋 copy color: '#D2998D'

red 210 ◦ green 153 ◦ blue 141

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

Shades of Rose #D2998D

Tints of Rose #D2998D

RGB

 RED value IS 210 (82.42% from 255) = 41.67%

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

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

R = 41.67%
G = 30.36%
B = 27.98%

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

#D2998D (or 0xD2998D) is known color: Rose. HEX triplet: D2, 99 and 8D. RGB value is (210,153,141). Sum of RGB (Red+Green+Blue) = 210+153+141=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2998D is #2D6672. Grayscale: #A8A8A8. Windows color (decimal): -2975347 or 9279954. OLE color: 9279954.

HSL color Cylindrical-coordinate representation of color #D2998D: hue angle of 10.43º 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 #D2998D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 141 -
CMYK 0 0.27 0.33 0.18
HSL 10.43º 0.43% 0.69% -
HSV(B) 10.43º 0.33% 0.82% -
XYZ 42.78 38.41 30.36 -
YUV 168.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 210 153 141 0 0.27 0.33 0.18 10.43 0.43 0.69
Hex D2 99 8D 0 1B 21 12 A 2B 45
Octal 322 231 215 0 33 41 22 12 53 105
Binary 11010010 10011001 10001101 0 11011 100001 10010 1010 101011 1000101

Color Harmonies of #D2998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2998D

Black with #D2998D

Text Example


Text Example

White with #D2998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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