Html Css Color HEX #D9898D Carissma

📋 copy color: '#D9898D'

red 217 ◦ green 137 ◦ blue 141

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

Shades of Carissma #D9898D

Tints of Carissma #D9898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

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

R = 43.84%
G = 27.68%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9898D (or 0xD9898D) is known color: Carissma. HEX triplet: D9, 89 and 8D. RGB value is (217,137,141). Sum of RGB (Red+Green+Blue) = 217+137+141=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9898D is #267672. Grayscale: #A1A1A1. Windows color (decimal): -2520691 or 9275865. OLE color: 9275865.

HSL color Cylindrical-coordinate representation of color #D9898D: hue angle of 357º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9898D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 141 -
CMYK 0 0.37 0.35 0.15
HSL 357º 0.51% 0.69% -
HSV(B) 357º 0.37% 0.85% -
XYZ 42.37 34.57 29.64 -
YUV 161.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 217 137 141 0 0.37 0.35 0.15 357 0.51 0.69
Hex D9 89 8D 0 25 23 F 165 33 45
Octal 331 211 215 0 45 43 17 545 63 105
Binary 11011001 10001001 10001101 0 100101 100011 1111 101100101 110011 1000101

Color Harmonies of #D9898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9898D

Black with #D9898D

Text Example


Text Example

White with #D9898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9898D; }

 p { color: rgb(217,137,141); }

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

background-color css

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

 a { background-color: rgb(217,137,141); }

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

border-color css

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

 span { border-color: rgb(217,137,141); }

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