Html Css Color HEX #D98097 Carissma

📋 copy color: '#D98097'

red 217 ◦ green 128 ◦ blue 151

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

Shades of Carissma #D98097

Tints of Carissma #D98097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 151 (59.38% from 255) = 30.44%

R = 43.75%
G = 25.81%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D98097 (or 0xD98097) is known color: Carissma. HEX triplet: D9, 80 and 97. RGB value is (217,128,151). Sum of RGB (Red+Green+Blue) = 217+128+151=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98097 is #267F68. Grayscale: #9D9D9D. Windows color (decimal): -2522985 or 9928921. OLE color: 9928921.

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

Color convert

RGB 217 128 151 -
CMYK 0 0.41 0.30 0.15
HSL 344.49º 0.54% 0.68% -
HSV(B) 344.49º 0.41% 0.85% -
XYZ 41.92 32.42 33.33 -
YUV 157.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 217 128 151 0 0.41 0.30 0.15 344.49 0.54 0.68
Hex D9 80 97 0 29 1E F 158 36 44
Octal 331 200 227 0 51 36 17 530 66 104
Binary 11011001 10000000 10010111 0 101001 11110 1111 101011000 110110 1000100

Color Harmonies of #D98097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98097

Black with #D98097

Text Example


Text Example

White with #D98097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98097; }

 p { color: rgb(217,128,151); }

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

background-color css

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

 a { background-color: rgb(217,128,151); }

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

border-color css

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

 span { border-color: rgb(217,128,151); }

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