Html Css Color HEX #D97FA8 Kobi

📋 copy color: '#D97FA8'

red 217 ◦ green 127 ◦ blue 168

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

Shades of Kobi #D97FA8

Tints of Kobi #D97FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.81%

R = 42.38%
G = 24.8%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D97FA8 (or 0xD97FA8) is known color: Kobi. HEX triplet: D9, 7F and A8. RGB value is (217,127,168). Sum of RGB (Red+Green+Blue) = 217+127+168=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FA8 is #268057. Grayscale: #9E9E9E. Windows color (decimal): -2523224 or 11042777. OLE color: 11042777.

HSL color Cylindrical-coordinate representation of color #D97FA8: hue angle of 332.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 #D97FA8 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 127 168 -
CMYK 0 0.41 0.23 0.15
HSL 332.67º 0.54% 0.67% -
HSV(B) 332.67º 0.41% 0.85% -
XYZ 43.27 32.76 41.09 -
YUV 158.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 217 127 168 0 0.41 0.23 0.15 332.67 0.54 0.67
Hex D9 7F A8 0 29 17 F 14D 36 43
Octal 331 177 250 0 51 27 17 515 66 103
Binary 11011001 1111111 10101000 0 101001 10111 1111 101001101 110110 1000011

Color Harmonies of #D97FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FA8

Black with #D97FA8

Text Example


Text Example

White with #D97FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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