Html Css Color HEX #D97E8F Carissma

📋 copy color: '#D97E8F'

red 217 ◦ green 126 ◦ blue 143

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

Shades of Carissma #D97E8F

Tints of Carissma #D97E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.42%

R = 44.65%
G = 25.93%
B = 29.42%

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

#D97E8F (or 0xD97E8F) is known color: Carissma. HEX triplet: D9, 7E and 8F. RGB value is (217,126,143). Sum of RGB (Red+Green+Blue) = 217+126+143=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97E8F is #268170. Grayscale: #9B9B9B. Windows color (decimal): -2523505 or 9404121. OLE color: 9404121.

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

Color convert

RGB 217 126 143 -
CMYK 0 0.42 0.34 0.15
HSL 348.79º 0.54% 0.67% -
HSV(B) 348.79º 0.42% 0.85% -
XYZ 41.03 31.66 29.93 -
YUV 155.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 217 126 143 0 0.42 0.34 0.15 348.79 0.54 0.67
Hex D9 7E 8F 0 2A 22 F 15D 36 43
Octal 331 176 217 0 52 42 17 535 66 103
Binary 11011001 1111110 10001111 0 101010 100010 1111 101011101 110110 1000011

Color Harmonies of #D97E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97E8F

Black with #D97E8F

Text Example


Text Example

White with #D97E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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