Html Css Color HEX #D98A8D Carissma

📋 copy color: '#D98A8D'

red 217 ◦ green 138 ◦ blue 141

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

Shades of Carissma #D98A8D

Tints of Carissma #D98A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.82%

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

R = 43.75%
G = 27.82%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D98A8D (or 0xD98A8D) is known color: Carissma. HEX triplet: D9, 8A and 8D. RGB value is (217,138,141). Sum of RGB (Red+Green+Blue) = 217+138+141=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A8D is #267572. Grayscale: #A2A2A2. Windows color (decimal): -2520435 or 9276121. OLE color: 9276121.

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

Color convert

RGB 217 138 141 -
CMYK 0 0.36 0.35 0.15
HSL 357.72º 0.51% 0.7% -
HSV(B) 357.72º 0.36% 0.85% -
XYZ 42.51 34.85 29.69 -
YUV 161.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 217 138 141 0 0.36 0.35 0.15 357.72 0.51 0.7
Hex D9 8A 8D 0 24 23 F 166 33 46
Octal 331 212 215 0 44 43 17 546 63 106
Binary 11011001 10001010 10001101 0 100100 100011 1111 101100110 110011 1000110

Color Harmonies of #D98A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A8D

Black with #D98A8D

Text Example


Text Example

White with #D98A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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