Html Css Color HEX #D98290 Carissma

📋 copy color: '#D98290'

red 217 ◦ green 130 ◦ blue 144

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

Shades of Carissma #D98290

Tints of Carissma #D98290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 44.2%
G = 26.48%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D98290 (or 0xD98290) is known color: Carissma. HEX triplet: D9, 82 and 90. RGB value is (217,130,144). Sum of RGB (Red+Green+Blue) = 217+130+144=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D98290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98290 is #267D6F. Grayscale: #9D9D9D. Windows color (decimal): -2522480 or 9470681. OLE color: 9470681.

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

Color convert

RGB 217 130 144 -
CMYK 0 0.40 0.34 0.15
HSL 350.34º 0.53% 0.68% -
HSV(B) 350.34º 0.4% 0.85% -
XYZ 41.63 32.73 30.51 -
YUV 157.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 217 130 144 0 0.40 0.34 0.15 350.34 0.53 0.68
Hex D9 82 90 0 28 22 F 15E 35 44
Octal 331 202 220 0 50 42 17 536 65 104
Binary 11011001 10000010 10010000 0 101000 100010 1111 101011110 110101 1000100

Color Harmonies of #D98290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98290

Black with #D98290

Text Example


Text Example

White with #D98290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98290; }

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

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

background-color css

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

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

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

border-color css

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

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

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