Html Css Color HEX #D97F8D Carissma

📋 copy color: '#D97F8D'

red 217 ◦ green 127 ◦ blue 141

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

Shades of Carissma #D97F8D

Tints of Carissma #D97F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 44.74%
G = 26.19%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D97F8D (or 0xD97F8D) is known color: Carissma. HEX triplet: D9, 7F and 8D. RGB value is (217,127,141). Sum of RGB (Red+Green+Blue) = 217+127+141=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97F8D is #268072. Grayscale: #9B9B9B. Windows color (decimal): -2523251 or 9273305. OLE color: 9273305.

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

Color convert

RGB 217 127 141 -
CMYK 0 0.41 0.35 0.15
HSL 350.67º 0.54% 0.67% -
HSV(B) 350.67º 0.41% 0.85% -
XYZ 41.01 31.85 29.19 -
YUV 155.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 217 127 141 0 0.41 0.35 0.15 350.67 0.54 0.67
Hex D9 7F 8D 0 29 23 F 15F 36 43
Octal 331 177 215 0 51 43 17 537 66 103
Binary 11011001 1111111 10001101 0 101001 100011 1111 101011111 110110 1000011

Color Harmonies of #D97F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F8D

Black with #D97F8D

Text Example


Text Example

White with #D97F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F8D; }

 p { color: rgb(217,127,141); }

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

background-color css

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

 a { background-color: rgb(217,127,141); }

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

border-color css

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

 span { border-color: rgb(217,127,141); }

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