Html Css Color HEX #D97FAB Kobi

📋 copy color: '#D97FAB'

red 217 ◦ green 127 ◦ blue 171

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

Shades of Kobi #D97FAB

Tints of Kobi #D97FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.2%

R = 42.14%
G = 24.66%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D97FAB (or 0xD97FAB) is known color: Kobi. HEX triplet: D9, 7F and AB. RGB value is (217,127,171). Sum of RGB (Red+Green+Blue) = 217+127+171=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97FAB is #268054. Grayscale: #9E9E9E. Windows color (decimal): -2523221 or 11239385. OLE color: 11239385.

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

Color convert

RGB 217 127 171 -
CMYK 0 0.41 0.21 0.15
HSL 330.67º 0.54% 0.67% -
HSV(B) 330.67º 0.41% 0.85% -
XYZ 43.56 32.87 42.58 -
YUV 158.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 217 127 171 0 0.41 0.21 0.15 330.67 0.54 0.67
Hex D9 7F AB 0 29 15 F 14B 36 43
Octal 331 177 253 0 51 25 17 513 66 103
Binary 11011001 1111111 10101011 0 101001 10101 1111 101001011 110110 1000011

Color Harmonies of #D97FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FAB

Black with #D97FAB

Text Example


Text Example

White with #D97FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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