Html Css Color HEX #D98593 Carissma

📋 copy color: '#D98593'

red 217 ◦ green 133 ◦ blue 147

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

Shades of Carissma #D98593

Tints of Carissma #D98593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 43.66%
G = 26.76%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D98593 (or 0xD98593) is known color: Carissma. HEX triplet: D9, 85 and 93. RGB value is (217,133,147). Sum of RGB (Red+Green+Blue) = 217+133+147=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98593 is #267A6C. Grayscale: #9F9F9F. Windows color (decimal): -2521709 or 9668057. OLE color: 9668057.

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

Color convert

RGB 217 133 147 -
CMYK 0 0.39 0.32 0.15
HSL 350º 0.53% 0.69% -
HSV(B) 350º 0.39% 0.85% -
XYZ 42.27 33.63 31.87 -
YUV 159.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 217 133 147 0 0.39 0.32 0.15 350 0.53 0.69
Hex D9 85 93 0 27 20 F 15E 34 45
Octal 331 205 223 0 47 40 17 536 64 105
Binary 11011001 10000101 10010011 0 100111 100000 1111 101011110 110100 1000101

Color Harmonies of #D98593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98593

Black with #D98593

Text Example


Text Example

White with #D98593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98593; }

 p { color: rgb(217,133,147); }

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

background-color css

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

 a { background-color: rgb(217,133,147); }

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

border-color css

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

 span { border-color: rgb(217,133,147); }

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