Html Css Color HEX #D98294 Carissma

📋 copy color: '#D98294'

red 217 ◦ green 130 ◦ blue 148

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

Shades of Carissma #D98294

Tints of Carissma #D98294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 43.84%
G = 26.26%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D98294 (or 0xD98294) is known color: Carissma. HEX triplet: D9, 82 and 94. RGB value is (217,130,148). Sum of RGB (Red+Green+Blue) = 217+130+148=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98294 is #267D6B. Grayscale: #9E9E9E. Windows color (decimal): -2522476 or 9732825. OLE color: 9732825.

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

Color convert

RGB 217 130 148 -
CMYK 0 0.40 0.32 0.15
HSL 347.59º 0.53% 0.68% -
HSV(B) 347.59º 0.4% 0.85% -
XYZ 41.94 32.86 32.15 -
YUV 158.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 217 130 148 0 0.40 0.32 0.15 347.59 0.53 0.68
Hex D9 82 94 0 28 20 F 15C 35 44
Octal 331 202 224 0 50 40 17 534 65 104
Binary 11011001 10000010 10010100 0 101000 100000 1111 101011100 110101 1000100

Color Harmonies of #D98294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98294

Black with #D98294

Text Example


Text Example

White with #D98294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98294; }

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

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

background-color css

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

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

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

border-color css

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

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

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