Html Css Color HEX #D98288 Carissma

📋 copy color: '#D98288'

red 217 ◦ green 130 ◦ blue 136

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

Shades of Carissma #D98288

Tints of Carissma #D98288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 44.93%
G = 26.92%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D98288 (or 0xD98288) is known color: Carissma. HEX triplet: D9, 82 and 88. RGB value is (217,130,136). Sum of RGB (Red+Green+Blue) = 217+130+136=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D98288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98288 is #267D77. Grayscale: #9C9C9C. Windows color (decimal): -2522488 or 8946393. OLE color: 8946393.

HSL color Cylindrical-coordinate representation of color #D98288: hue angle of 355.86º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98288 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 136 -
CMYK 0 0.40 0.37 0.15
HSL 355.86º 0.53% 0.68% -
HSV(B) 355.86º 0.4% 0.85% -
XYZ 41.04 32.49 27.4 -
YUV 156.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 217 130 136 0 0.40 0.37 0.15 355.86 0.53 0.68
Hex D9 82 88 0 28 25 F 164 35 44
Octal 331 202 210 0 50 45 17 544 65 104
Binary 11011001 10000010 10001000 0 101000 100101 1111 101100100 110101 1000100

Color Harmonies of #D98288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98288

Black with #D98288

Text Example


Text Example

White with #D98288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98288; }

 p { color: rgb(217,130,136); }

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

background-color css

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

 a { background-color: rgb(217,130,136); }

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

border-color css

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

 span { border-color: rgb(217,130,136); }

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