Html Css Color HEX #D97E90 Carissma

📋 copy color: '#D97E90'

red 217 ◦ green 126 ◦ blue 144

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

Shades of Carissma #D97E90

Tints of Carissma #D97E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.87%

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

R = 44.56%
G = 25.87%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D97E90 (or 0xD97E90) is known color: Carissma. HEX triplet: D9, 7E and 90. RGB value is (217,126,144). Sum of RGB (Red+Green+Blue) = 217+126+144=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E90 is #26816F. Grayscale: #9B9B9B. Windows color (decimal): -2523504 or 9469657. OLE color: 9469657.

HSL color Cylindrical-coordinate representation of color #D97E90: hue angle of 348.13º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97E90 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 144 -
CMYK 0 0.42 0.34 0.15
HSL 348.13º 0.54% 0.67% -
HSV(B) 348.13º 0.42% 0.85% -
XYZ 41.11 31.69 30.34 -
YUV 155.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 217 126 144 0 0.42 0.34 0.15 348.13 0.54 0.67
Hex D9 7E 90 0 2A 22 F 15C 36 43
Octal 331 176 220 0 52 42 17 534 66 103
Binary 11011001 1111110 10010000 0 101010 100010 1111 101011100 110110 1000011

Color Harmonies of #D97E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E90

Black with #D97E90

Text Example


Text Example

White with #D97E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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