Html Css Color HEX #D997A8 Kobi

📋 copy color: '#D997A8'

red 217 ◦ green 151 ◦ blue 168

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

Shades of Kobi #D997A8

Tints of Kobi #D997A8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.17%

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

R = 40.49%
G = 28.17%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D997A8 (or 0xD997A8) is known color: Kobi. HEX triplet: D9, 97 and A8. RGB value is (217,151,168). Sum of RGB (Red+Green+Blue) = 217+151+168=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A8 is #266857. Grayscale: #ACACAC. Windows color (decimal): -2517080 or 11048921. OLE color: 11048921.

HSL color Cylindrical-coordinate representation of color #D997A8: hue angle of 344.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997A8 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 168 -
CMYK 0 0.30 0.23 0.15
HSL 344.55º 0.46% 0.72% -
HSV(B) 344.55º 0.3% 0.85% -
XYZ 46.75 39.71 42.25 -
YUV 172.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 217 151 168 0 0.30 0.23 0.15 344.55 0.46 0.72
Hex D9 97 A8 0 1E 17 F 159 2E 48
Octal 331 227 250 0 36 27 17 531 56 110
Binary 11011001 10010111 10101000 0 11110 10111 1111 101011001 101110 1001000

Color Harmonies of #D997A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997A8

Black with #D997A8

Text Example


Text Example

White with #D997A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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